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)
    • RemotingRuntimeException

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

      public RemotingRuntimeException(String aMessage, Throwable aCause)
    • RemotingRuntimeException

      public RemotingRuntimeException(String aMessage)
    • RemotingRuntimeException

      public RemotingRuntimeException(Throwable aCause, String aErrorCode)
    • RemotingRuntimeException

      public RemotingRuntimeException(Throwable aCause)