Name

InvalidRequestException

Synopsis

public class InvalidRequestException extends JAXRException {
// Public Constructors
    public InvalidRequestException(  ); 
    public InvalidRequestException( Throwable cause); 
    public InvalidRequestException( String reason); 
    public InvalidRequestException(String reason, Throwable cause);
}

InvalidRequestException is thrown to report an invalid request. For example, the JAXR reference implementation throws this exception from the ConnectionFactory createConnection( ) method if the property that specifies the authentication method is set to any value other than null or UDDI_GET_AUTHTOKEN.

Thrown By

BusinessLifeCycleManager.{confirmAssociation( ), unConfirmAssociation( )}, DeclarativeQueryManager.createQuery( ), LifeCycleManager.{createClassification( ), createClassificationScheme( ), createObject( )}, RegistryService.getBulkResponse( )

Get Java Web Services in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.