com.equo.comm.api.error
Class CommMessageException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.equo.comm.api.error.CommMessageException
-
- All Implemented Interfaces:
- java.io.Serializable
public class CommMessageException extends java.lang.RuntimeException
This class is intended to be extended by user applications.
<p>Any
CommMessageException
will be catched by the Comm Service and communicate the error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description CommMessageException(int errorCode, java.lang.String errorMessage)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.Throwable
fillInStackTrace()
int
getErrorCode()
-