org.jafer.registry
Class InvalidAuthorisationDetailsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jafer.registry.RegistryException
              extended by org.jafer.registry.uddi.RegistryExceptionImpl
                  extended by org.jafer.registry.InvalidAuthorisationDetailsException
All Implemented Interfaces:
java.io.Serializable

public class InvalidAuthorisationDetailsException
extends RegistryExceptionImpl

This exception is thrown when a username and credential failed to be authorised.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jafer.registry.RegistryException
E_accountLimitExceeded, E_assertionNotFound, E_authTokenExpired, E_authTokenRequired, E_busy, E_categorizationNotAllowed, E_fatalError, E_invalidCategory, E_invalidCompletionStatus, E_invalidKeyPassed, E_invalidProjection, E_invalidURLPassed, E_invalidValue, E_keyRetired, E_languageError, E_messageTooLarge, E_nameTooLong, E_operatorMismatch, E_publisherCancelled, E_requestDenied, E_requestTimeout, E_secretUnknown, E_success, E_tooManyOptions, E_transferAborted, E_unknownUser, E_unrecognizedVersion, E_unsupported, E_unvalidatable, E_userMismatch, E_valueNotAllowed
 
Constructor Summary
InvalidAuthorisationDetailsException(java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class org.jafer.registry.uddi.RegistryExceptionImpl
getErrorCode, getErrorNumber, getErrorText, getStackTraceString, isErrorOfType, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidAuthorisationDetailsException

public InvalidAuthorisationDetailsException(java.lang.Exception e)