|
||||||||||
| 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.EPPEventException
public class EPPEventException
The EPPEventException class defines an EPP Exception associated
with EPPEvents.
EPPEventHandler,
EPPException,
Serialized Form| Constructor Summary | |
|---|---|
EPPEventException()
Create an EPPEventException with the default message; |
|
EPPEventException(java.lang.String aInfo)
Create an EPPEventException with a custom message; |
|
| Method Summary |
|---|
| 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EPPEventException()
EPPEventException with the default message;
public EPPEventException(java.lang.String aInfo)
EPPEventException with a custom message;
aInfo - A String with debug information
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||