Class InvalidMethodRequestRuntimeException

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

public class InvalidMethodRequestRuntimeException
extends RemotingRuntimeException
The Class InvalidMethodRequestRuntimeException.
See Also:
Serialized Form
  • Constructor Details

    • InvalidMethodRequestRuntimeException

      public InvalidMethodRequestRuntimeException​(String aMessage, String aErrorCode)
      Instantiates a new invalid method request runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • InvalidMethodRequestRuntimeException

      public InvalidMethodRequestRuntimeException​(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new invalid method request runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • InvalidMethodRequestRuntimeException

      public InvalidMethodRequestRuntimeException​(String message, Throwable cause)
      Instantiates a new invalid method request runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • InvalidMethodRequestRuntimeException

      public InvalidMethodRequestRuntimeException​(String message)
      Instantiates a new invalid method request runtime exception.
      Parameters:
      message - the message
    • InvalidMethodRequestRuntimeException

      public InvalidMethodRequestRuntimeException​(Throwable aCause, String aErrorCode)
      Instantiates a new invalid method request runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • InvalidMethodRequestRuntimeException

      public InvalidMethodRequestRuntimeException​(Throwable cause)
      Instantiates a new invalid method request runtime exception.
      Parameters:
      cause - the cause