com.verisign.epp.util
Class EPPEnvException

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.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
Version:
$Id: EPPEnvException.java,v 1.2 2004/01/26 21:21:07 jim Exp $
Author:
P. Amiri
See Also:
Exception, Serialized Form

Constructor Summary
EPPEnvException(java.lang.String newDescription)
          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

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.Exception(String newDesc)


Copyright © VeriSign Inc. All Rights Reserved.