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
See Also:
  • Constructor Details

    • InvalidMethodRequestRuntimeException

      public InvalidMethodRequestRuntimeException(String aMessage, String aErrorCode)
    • InvalidMethodRequestRuntimeException

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

      public InvalidMethodRequestRuntimeException(String aMessage, Throwable aCause)
    • InvalidMethodRequestRuntimeException

      public InvalidMethodRequestRuntimeException(String aMessage)
    • InvalidMethodRequestRuntimeException

      public InvalidMethodRequestRuntimeException(Throwable aCause, String aErrorCode)
    • InvalidMethodRequestRuntimeException

      public InvalidMethodRequestRuntimeException(Throwable aCause)