|
||||||||||
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.gen.EPPComponentNotFoundException
public class EPPComponentNotFoundException
Exception used to identify when a component can not be found
in one of the factories during a decode operation. The exception
includes a kind attribute that defines which kind
of component
could not be found. The constants provided defined the possible
values for the kind
attribute.
Field Summary | |
---|---|
static short |
COMMAND
Command component not found |
static short |
EXTENSION
Extension component (command/response extension or protocol extension) not found. |
static short |
RESPONSE
Response component not found |
Fields inherited from class com.verisign.epp.codec.gen.EPPCodecException |
---|
MISSINGPARAMETER, SAX_EXCEPTION, VALUE_MISSINGPARAMETER, VALUE_SAX_EXCEPTION, VALUE_UNDEFINED |
Constructor Summary | |
---|---|
EPPComponentNotFoundException(short aKind,
EPPCodecException aExcep)
Copy Constructor for EPPComponentNotFoundException that takes the base EPPCodecException. |
|
EPPComponentNotFoundException(short aKind,
java.lang.String aInfo)
Constructor for EPPComponentNotFoundException that takes an info string. |
|
EPPComponentNotFoundException(short aKind,
java.lang.String aInfo,
EPPCodecException aExcep)
Constructor for EPPComponentNotFoundException that takes an info string and the base EPPCodecException. |
Method Summary | |
---|---|
short |
getKind()
Kind of component not found. |
void |
setKind(short aKind)
Kind of component not found. |
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 |
Field Detail |
---|
public static final short COMMAND
public static final short RESPONSE
public static final short EXTENSION
Constructor Detail |
---|
public EPPComponentNotFoundException(short aKind, java.lang.String aInfo)
aKind
- Kind of component not found using one of the EPPComponentNotFoundException
constants.aInfo
- Text description of the exception.public EPPComponentNotFoundException(short aKind, java.lang.String aInfo, EPPCodecException aExcep)
aKind
- Kind of component not found using one of the EPPComponentNotFoundException
constants.aInfo
- Text description of the exception.aExcep
- the EPPCodecException letting us know which specific error
has occured to be propagated to the Assembler.public EPPComponentNotFoundException(short aKind, EPPCodecException aExcep)
aKind
- Kind of component not found using one of the EPPComponentNotFoundException
constants.aExcep
- the EPPCodecException letting us know which specific error
has occured to be propagated to the Assembler.Method Detail |
---|
public short getKind()
EPPComponentNotFoundException
constantspublic void setKind(short aKind)
aKind
- Kind of component not found using one of the EPPComponentNotFoundException
constants.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |