Class NoSuchProxyException

  • All Implemented Interfaces:
    Serializable


    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:
    Serialized Form
    • Constructor Detail

      • NoSuchProxyException

        public NoSuchProxyException​(String aMessage,
                                    String aErrorCode)
        Instantiates a new no such proxy exception.
        Parameters:
        aMessage - the message
        aErrorCode - the error code
      • NoSuchProxyException

        public NoSuchProxyException​(String aMessage,
                                    Throwable aCause,
                                    String aErrorCode)
        Instantiates a new no such proxy exception.
        Parameters:
        aMessage - the message
        aCause - the cause
        aErrorCode - the error code
      • NoSuchProxyException

        public NoSuchProxyException​(String message,
                                    Throwable cause)
        Instantiates a new no such proxy exception.
        Parameters:
        message - the message
        cause - the cause
      • NoSuchProxyException

        public NoSuchProxyException​(String message)
        Instantiates a new no such proxy exception.
        Parameters:
        message - the message
      • NoSuchProxyException

        public NoSuchProxyException​(Throwable aCause,
                                    String aErrorCode)
        Instantiates a new no such proxy exception.
        Parameters:
        aCause - the cause
        aErrorCode - the error code
      • NoSuchProxyException

        public NoSuchProxyException​(Throwable cause)
        Instantiates a new no such proxy exception.
        Parameters:
        cause - the cause