com.verisign.epp.codec.suggestion.util
Class InvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.verisign.epp.exception.EPPException
              extended by com.verisign.epp.codec.gen.EPPCodecException
                  extended by com.verisign.epp.codec.gen.EPPDecodeException
                      extended by com.verisign.epp.codec.suggestion.util.InvalidValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidValueException
extends EPPDecodeException

Exception class to indicate that the incoming Epp uses an invalid value.

Author:
jcolosi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.verisign.epp.codec.gen.EPPCodecException
MISSINGPARAMETER, VALUE_MISSINGPARAMETER, VALUE_UNDEFINED
 
Constructor Summary
InvalidValueException(long aValue)
          Constructor.
InvalidValueException(java.lang.Object aValue)
          Constructor.
 
Method Summary
 
Methods inherited from class com.verisign.epp.codec.gen.EPPCodecException
equals, getValue
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidValueException

public InvalidValueException(java.lang.Object aValue)
Constructor.

Parameters:
aValue - an invalid value

InvalidValueException

public InvalidValueException(long aValue)
Constructor.

Parameters:
aValue - an invalid value


Copyright © VeriSign Inc. All Rights Reserved.