Class SeeOtherRuntimeException

    • Constructor Detail

      • SeeOtherRuntimeException

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

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

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

        public SeeOtherRuntimeException​(String message)
        Instantiates a new see other runtime exception.
        Parameters:
        message - the message
      • SeeOtherRuntimeException

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

        public SeeOtherRuntimeException​(Throwable cause)
        Instantiates a new see other runtime exception.
        Parameters:
        cause - the cause