com.verisign.epp.transport
Class EPPConException

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.transport.EPPConException
All Implemented Interfaces:
java.io.Serializable

public class EPPConException
extends EPPException

Connection exception used by classes in the com.verisign.epp.transport package.

Version:
$Revision: 1.3 $
Author:
$Author: jim $
See Also:
Serialized Form

Constructor Summary
EPPConException(java.lang.String aDesc)
          Instantiate a EPPConException with a description.
 
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

EPPConException

public EPPConException(java.lang.String aDesc)
Instantiate a EPPConException with a description.

Parameters:
aDesc - Description for the exception


Copyright ? VeriSign Inc. All Rights Reserved.