org.jafer.registry.model
Class ServiceDoesNotExistException

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

public class ServiceDoesNotExistException
extends RegistryExceptionImpl

This is thrown when the user tries to delete a business service that does not exist

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

ServiceDoesNotExistException

public ServiceDoesNotExistException(java.lang.String name)
Constructor

Parameters:
name - The name of the service not found