Class AmbiguousProxyException

  • All Implemented Interfaces:
    Serializable


    public class AmbiguousProxyException
    extends RemotingException
    Thrown in case a proxy for a given type was requested but more than one proxies matched the requested type.
    See Also:
    Serialized Form
    • Constructor Detail

      • AmbiguousProxyException

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

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

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

        public AmbiguousProxyException​(String message)
        Instantiates a new ambiguous proxy exception.
        Parameters:
        message - the message
      • AmbiguousProxyException

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

        public AmbiguousProxyException​(Throwable cause)
        Instantiates a new ambiguous proxy exception.
        Parameters:
        cause - the cause