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
TheEPPEventExceptionclass defines an EPP Exception associated with EPPEvents.- See Also:
EPPEventHandler,EPPException, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EPPEventException()Create anEPPEventExceptionwith the default message;EPPEventException(java.lang.String aInfo)Create anEPPEventExceptionwith a custom message;
-