Package com.verisign.epp.util
Class EPPEnvException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.verisign.epp.exception.EPPException
-
- com.verisign.epp.util.EPPEnvException
-
- All Implemented Interfaces:
java.io.Serializable
public class EPPEnvException extends EPPException
Thrown when an unexpected condition or undesirable behavior is encountered pertaining to this package.- Since:
- JDK1.0
- See Also:
Exception
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EPPEnvException(java.lang.String newDescription)
Constructs an Exception with the specified detail message.
-
-
-
Constructor Detail
-
EPPEnvException
public EPPEnvException(java.lang.String newDescription)
Constructs an Exception with the specified detail message. This message should provide information about the source, reasons and any other useful facts that could justifies the reason the exception is thrown.- Parameters:
newDescription
- String containing a detailed message.- See Also:
Exception(String newDesc)
-
-