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)
      Instantiates the class RemotingException.
      See Also:
      • AbstractException(String, String)
    • RemotingException

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

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

      public RemotingException(String aMessage)
      Instantiates the class RemotingException.
      See Also:
      • AbstractException(String)
    • RemotingException

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

      public RemotingException(Throwable aCause)
      Instantiates the class RemotingException.
      See Also:
      • AbstractException(Throwable)