|
||||||||||
| 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
public class EPPException
Represents the base class for all EPP package exceptions.
| Constructor Summary | |
|---|---|
EPPException(java.lang.String info)
Constructor for EPPException that requires a info
String description. |
|
EPPException(java.lang.String info,
java.lang.Throwable cause)
Constructor for EPPException that requires a info
String description and a cause Throwable. |
|
| 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 EPPException(java.lang.String info)
EPPException that requires a info
String description.
info - text description
public EPPException(java.lang.String info,
java.lang.Throwable cause)
EPPException that requires a info
String description and a cause Throwable.
info - text description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||