Class RemotingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.remoting.RemotingException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
AmbiguousProxyException, NoSuchProxyException

public abstract class RemotingException extends org.refcodes.exception.AbstractException
See Also:
  • Constructor Details

    • RemotingException

      public RemotingException(String aMessage, String aErrorCode)
    • RemotingException

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

      public RemotingException(String aMessage, Throwable aCause)
    • RemotingException

      public RemotingException(String aMessage)
    • RemotingException

      public RemotingException(Throwable aCause, String aErrorCode)
    • RemotingException

      public RemotingException(Throwable aCause)