Package com.verisign.epp.util
Class EnvException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.verisign.epp.exception.EPPException
-
- com.verisign.epp.util.EnvException
-
- All Implemented Interfaces:
java.io.Serializable
public class EnvException extends EPPException
DOCUMENT ME!- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EnvException(java.lang.String myDesc)
Constructs an Exception with the specified detail message.
-
-
-
Constructor Detail
-
EnvException
public EnvException(java.lang.String myDesc)
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:
myDesc
- String containing a detailed message.
-
-