com.verisign.epp.util
Class EnvException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.verisign.epp.exception.EPPException
              extended by com.verisign.epp.util.EnvException
All Implemented Interfaces:
java.io.Serializable

public class EnvException
extends EPPException

DOCUMENT ME!

Version:
$Revision: 1.2 $
Author:
$author$
See Also:
Serialized Form

Constructor Summary
EnvException(java.lang.String myDesc)
          Constructs an Exception with the specified detail 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

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.


Copyright ? VeriSign Inc. All Rights Reserved.