CommMessageException (com.equo.comm.api)
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() 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CommMessageException

        public CommMessageException(int errorCode,
                                    java.lang.String errorMessage)
    • Method Detail

      • fillInStackTrace

        public java.lang.Throwable fillInStackTrace()
        Overrides:
        fillInStackTrace in class java.lang.Throwable
      • getErrorCode

        public int getErrorCode()