Class NoSuchProxyException

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

public class NoSuchProxyException extends RemotingException
Thrown in case a proxy for a given type was requested but not any proxy matched the requested type.
See Also:
  • Constructor Details

    • NoSuchProxyException

      public NoSuchProxyException(String aMessage, String aErrorCode)
      Instantiates a new no such proxy exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • NoSuchProxyException

      public NoSuchProxyException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new no such proxy exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • NoSuchProxyException

      public NoSuchProxyException(String aMessage, Throwable aCause)
      Instantiates a new no such proxy exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • NoSuchProxyException

      public NoSuchProxyException(String aMessage)
      Instantiates a new no such proxy exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • NoSuchProxyException

      public NoSuchProxyException(Throwable aCause, String aErrorCode)
      Instantiates a new no such proxy exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • NoSuchProxyException

      public NoSuchProxyException(Throwable aCause)
      Instantiates a new no such proxy exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.