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

    • RemotingRuntimeException

      public RemotingRuntimeException(String aMessage, String aErrorCode)
      Instantiates the class RemotingRuntimeException.
      See Also:
      • AbstractRuntimeException(String, String)
    • RemotingRuntimeException

      public RemotingRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates the class RemotingRuntimeException.
      See Also:
      • AbstractRuntimeException(String, Throwable, String)
    • RemotingRuntimeException

      public RemotingRuntimeException(String aMessage, Throwable aCause)
      Instantiates the class RemotingRuntimeException.
      See Also:
      • AbstractRuntimeException(String, Throwable)
    • RemotingRuntimeException

      public RemotingRuntimeException(String aMessage)
      Instantiates the class RemotingRuntimeException.
      See Also:
      • AbstractRuntimeException(String)
    • RemotingRuntimeException

      public RemotingRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates the class RemotingRuntimeException.
      See Also:
      • AbstractRuntimeException(Throwable, String)
    • RemotingRuntimeException

      public RemotingRuntimeException(Throwable aCause)
      Instantiates the class RemotingRuntimeException.
      See Also:
      • AbstractRuntimeException(Throwable)