|
||||||||||
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.framework.EPPAssemblerException
public class EPPAssemblerException
The EPPAssemblerException defines a set of possible exceptions that can be
thrown from an EPPAssembler
. Static instances of
EPPAssemblerExceptions are defined here and should be used by clients of
this class. As a general guideline, there is a unique
EPPAssemblerException
associated with each concrete
EPPAssembler
class.
EPPException
,
EPPAssembler
,
Serialized FormField Summary | |
---|---|
static EPPAssemblerException |
CLOSECON
The typesafe constant CLOSECON defines the instance of EPPAssemblerException that should be thrown for Intrupted Read/Write (timed out). |
static EPPAssemblerException |
COMMANDNOTFOUND
The typesafe constant COMMANDNOTFOUND defines the instance of EPPAssemblerException that should be thrown when a command component can not be found. |
static EPPAssemblerException |
EXTENSIONNOTFOUND
The typesafe constant EXTENSIONOTFOUND defines the instance of EPPAssemblerException that should be thrown when a extension component can not be found. |
static EPPAssemblerException |
FATAL
The typesafe constant FATAL defines the instance of EPPAssemblerException that should be thrown for fatal client session errors. |
static EPPAssemblerException |
INTRUPTEDIO
The typesafe constant INTRUPTEDIO defines the instance of EPPAssemblerException that should be thrown for Intrupted Read/Write (timed out). |
static EPPAssemblerException |
MISSINGPARAMETER
The typesafe constant MISSINGPARAMETER defines the instance of EPPAssemblerException that should be thrown for missing input parameters. |
static EPPAssemblerException |
RESPONSENOTFOUND
The typesafe constant RESPONSENOTFOUND defines the instance of EPPAssemblerException that should be thrown when a response component can not be found. |
static EPPAssemblerException |
XML
The typesafe constant XML defines the instance of EPPAssemblerException that should be thrown from an XMLAssembler |
Constructor Summary | |
---|---|
EPPAssemblerException(java.lang.String aInfo,
EPPAssemblerException ex)
Constructs a new EPPAssemblerException instance |
|
EPPAssemblerException(java.lang.String aInfo,
EPPAssemblerException ex,
boolean isFatal)
Constructs a new EPPAssemblerException instance with a
fatal indicator parameter. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Returns true if two EPPAssemblerException instances are
equal. |
boolean |
isFatal()
Is the exception fatal for the client session? |
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 EPPAssemblerException XML
public static final EPPAssemblerException FATAL
public static final EPPAssemblerException INTRUPTEDIO
public static final EPPAssemblerException CLOSECON
public static final EPPAssemblerException MISSINGPARAMETER
public static final EPPAssemblerException COMMANDNOTFOUND
public static final EPPAssemblerException RESPONSENOTFOUND
public static final EPPAssemblerException EXTENSIONNOTFOUND
Constructor Detail |
---|
public EPPAssemblerException(java.lang.String aInfo, EPPAssemblerException ex)
EPPAssemblerException
instance
aInfo
- Information that can be included with the
EPPAssemblerException
ex
- An instance of an EPPAssemblerException
. This
should be one of the static instaces defined in
EPPAssemblerException
.public EPPAssemblerException(java.lang.String aInfo, EPPAssemblerException ex, boolean isFatal)
EPPAssemblerException
instance with a
fatal indicator parameter.
aInfo
- Information that can be included with the
EPPAssemblerException
ex
- An instance of an EPPAssemblerException
. This
should be one of the static instaces defined in
EPPAssemblerException
.isFatal
- Is the exception fatal for the client session?Method Detail |
---|
public boolean equals(java.lang.Object obj)
EPPAssemblerException
instances are
equal.
equals
in class java.lang.Object
obj
- DOCUMENT ME!
EPPAssemblerException
have
the same value.public boolean isFatal()
true
if is fatal; false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |