Package com.mimecast.robin.mx.exception
Class PolicyFetchErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mimecast.robin.mx.exception.PolicyFetchErrorException
- All Implemented Interfaces:
Serializable
Policy fetch error exception.
- Author:
- "Sumon Selim" (sselim@mimecast.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPolicyFetchErrorException(String message) Constructs a new exception with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PolicyFetchErrorException
Constructs a new exception with the specified detail message.
-