org.jafer.registry.model
Class InvalidNameException

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

public class InvalidNameException
extends RegistryExceptionImpl

This Exception is thrown when no name or a blank name is supplied to a contact, service provider or service

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

InvalidNameException

public InvalidNameException()