public class EPPException
extends java.lang.Exception
Constructor and Description |
---|
EPPException(java.lang.String info)
Constructor for
EPPException that requires a info
String description. |
EPPException(java.lang.String info,
java.lang.Throwable cause)
Constructor for
EPPException that requires a info
String description and a cause Throwable . |
public EPPException(java.lang.String info)
EPPException
that requires a info
String
description.info
- text descriptionpublic EPPException(java.lang.String info, java.lang.Throwable cause)
EPPException
that requires a info
String
description and a cause Throwable
.info
- text descriptioncause
- Cause of the EPPException