org.jafer.registry
Class RegistryNotInitialisedException

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.RegistryNotInitialisedException
All Implemented Interfaces:
java.io.Serializable

public class RegistryNotInitialisedException
extends RegistryExceptionImpl

This exception is thrown when an expected TModel was not found. This is not a fatal exception it just informs caller they need to intialise the registry first.

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
RegistryNotInitialisedException(java.lang.String name)
           
 
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

RegistryNotInitialisedException

public RegistryNotInitialisedException(java.lang.String name)