Class GoneRuntimeException

    • Constructor Detail

      • GoneRuntimeException

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

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

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

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

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

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