Package com.verisign.epp.framework
Class EPPEventException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.verisign.epp.exception.EPPException
-
- com.verisign.epp.framework.EPPEventException
-
- All Implemented Interfaces:
java.io.Serializable
public class EPPEventException extends EPPException
TheEPPEventException
class defines an EPP Exception associated with EPPEvents.- See Also:
EPPEventHandler
,EPPException
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EPPEventException()
Create anEPPEventException
with the default message;EPPEventException(java.lang.String aInfo)
Create anEPPEventException
with a custom message;
-