|
InvalidRequestException |
javax.xml.registry |
JAXR 1.0; JWSDP 1.0, J2EE 1.4 |
serializable checked |
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( )