com.verisign.epp.framework
Class EPPEventException

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

public class EPPEventException
extends EPPException

The EPPEventException class defines an EPP Exception associated with EPPEvents.

Version:
$Revision: 1.2 $
Author:
$Author: jim $
See Also:
EPPEventHandler, EPPException, Serialized Form

Constructor Summary
EPPEventException()
          Create an EPPEventException with the default message;
EPPEventException(java.lang.String aInfo)
          Create an EPPEventException with a custom 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

EPPEventException

public EPPEventException()
Create an EPPEventException with the default message;


EPPEventException

public EPPEventException(java.lang.String aInfo)
Create an EPPEventException with a custom message;

Parameters:
aInfo - A String with debug information


Copyright ? VeriSign Inc. All Rights Reserved.