|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
com.verisign.epp.codec.gen.EPPCodecException
com.verisign.epp.codec.gen.EPPDecodeException
com.verisign.epp.codec.suggestion.util.InvalidValueException
public class InvalidValueException
Exception class to indicate that the incoming Epp uses an invalid value.
| Field Summary |
|---|
| Fields inherited from class com.verisign.epp.codec.gen.EPPCodecException |
|---|
MISSINGPARAMETER, SAX_EXCEPTION, VALUE_MISSINGPARAMETER, VALUE_SAX_EXCEPTION, 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 |
|---|
public InvalidValueException(java.lang.Object aValue)
aValue - an invalid valuepublic InvalidValueException(long aValue)
aValue - an invalid value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||