Class SeeOtherException

    • Constructor Detail

      • SeeOtherException

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

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

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

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

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

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