Class ProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.symphonyoss.symphony.messageml.exceptions.MessageMLException
-
- org.symphonyoss.symphony.messageml.exceptions.ProcessingException
-
- All Implemented Interfaces:
Serializable
public class ProcessingException extends MessageMLException
Exception indicating some internal processing error while processing MessageML.- Since:
- 6/7/16
- Author:
- bruce.skingle, lukasz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingException(String message)ProcessingException(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
-
-