InvalidRequestException

   
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( )


   


Java Web Services in a Nutshell
Java Web Services in a Nutshell
ISBN: 0596003994
EAN: 2147483647
Year: 2003
Pages: 257
Authors: Kim Topley

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net