Class MessageMLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.symphonyoss.symphony.messageml.exceptions.MessageMLException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidInputException,ProcessingException
public class MessageMLException extends Exception
Base exception for MessageML-related errors.- Since:
- 6/7/16
- Author:
- bruce.skingle, lukasz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MessageMLException(String message)MessageMLException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-