June 2003
Intermediate to advanced
672 pages
23h 48m
English
InvalidRequestException
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.
BusinessLifeCycleManager.{confirmAssociation( ),
unConfirmAssociation( )},
DeclarativeQueryManager.createQuery( ),
LifeCycleManager.{createClassification( ),
createClassificationScheme( ),
createObject( )},
RegistryService.getBulkResponse( )
Read now
Unlock full access