Class ProxyDisposedRuntimeException

  • All Implemented Interfaces:
    Serializable


    public class ProxyDisposedRuntimeException
    extends RemotingRuntimeException
    This is a predictable exception. It is thrown by any object implementing the GenericDisposeable interface. This exception can be avoided by first testing the value returned by the method isDisposed() of the interface GenericDisposeable.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProxyDisposedRuntimeException

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

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

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

        public ProxyDisposedRuntimeException​(String message)
        Instantiates a new proxy disposed runtime exception.
        Parameters:
        message - the message
      • ProxyDisposedRuntimeException

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

        public ProxyDisposedRuntimeException​(Throwable cause)
        Instantiates a new proxy disposed runtime exception.
        Parameters:
        cause - the cause