org.jafer.registry.model
Class InvalidLengthException

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

public class InvalidLengthException
extends RegistryExceptionImpl

This Exception is thrown when the value of a field exceeds its maximum length

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
InvalidLengthException(java.lang.String fieldName, int maxlength)
          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

InvalidLengthException

public InvalidLengthException(java.lang.String fieldName,
                              int maxlength)
Constructor

Parameters:
fieldName - Field validated
maxlength - max characters