Class RemotingRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.remoting.RemotingRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
DuplicateInstanceIdRuntimeException, DuplicateSessionIdRuntimeException, InvalidMethodReplyRuntimeException, InvalidMethodRequestRuntimeException, ProxyDisposedRuntimeException, UnknownInstanceIdRuntimeException

public abstract class RemotingRuntimeException extends org.refcodes.exception.AbstractRuntimeException
The Class RemotingRuntimeException.
See Also:
  • Constructor Details

    • RemotingRuntimeException

      public RemotingRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new remoting runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • RemotingRuntimeException

      public RemotingRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new remoting runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • RemotingRuntimeException

      public RemotingRuntimeException(String message, Throwable cause)
      Instantiates a new remoting runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • RemotingRuntimeException

      public RemotingRuntimeException(String message)
      Instantiates a new remoting runtime exception.
      Parameters:
      message - the message
    • RemotingRuntimeException

      public RemotingRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new remoting runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • RemotingRuntimeException

      public RemotingRuntimeException(Throwable cause)
      Instantiates a new remoting runtime exception.
      Parameters:
      cause - the cause