Class InvalidMethodReplyRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.remoting.RemotingRuntimeException
org.refcodes.remoting.InvalidMethodReplyRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class InvalidMethodReplyRuntimeException extends RemotingRuntimeException
Thrown in case the provided Message sub-type was not expected and cannot be processed.
See Also:
  • Constructor Details

    • InvalidMethodReplyRuntimeException

      public InvalidMethodReplyRuntimeException(String aMessage, String aErrorCode)
    • InvalidMethodReplyRuntimeException

      public InvalidMethodReplyRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
    • InvalidMethodReplyRuntimeException

      public InvalidMethodReplyRuntimeException(String aMessage, Throwable aCause)
    • InvalidMethodReplyRuntimeException

      public InvalidMethodReplyRuntimeException(String aMessage)
    • InvalidMethodReplyRuntimeException

      public InvalidMethodReplyRuntimeException(Throwable aCause, String aErrorCode)
    • InvalidMethodReplyRuntimeException

      public InvalidMethodReplyRuntimeException(Throwable aCause)