Class GoneException

    • Constructor Detail

      • GoneException

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

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

        public GoneException​(String message,
                             Throwable cause)
        Instantiates a new gone exception.
        Parameters:
        message - the message
        cause - the cause
      • GoneException

        public GoneException​(String message)
        Instantiates a new gone exception.
        Parameters:
        message - the message
      • GoneException

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

        public GoneException​(Throwable cause)
        Instantiates a new gone exception.
        Parameters:
        cause - the cause