Package com.verisign.epp.util
Class EPPParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.verisign.epp.exception.EPPException
com.verisign.epp.util.EPPParserException
- All Implemented Interfaces:
Serializable
Title: EPP SDK
Description: EPP SDK for 1.0 Spec
Copyright: Copyright (c) 2003
Company: VeriSign
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new EPPParserException object.EPPParserException(String info) Creates a new EPPParserException object.EPPParserException(Throwable aThrowable) Creates a new EPPParserException object. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EPPParserException
public EPPParserException()Creates a new EPPParserException object. -
EPPParserException
Creates a new EPPParserException object.- Parameters:
info- DOCUMENT ME!
-
EPPParserException
Creates a new EPPParserException object.- Parameters:
aThrowable- DOCUMENT ME!
-