Class UncategorizedException

    • Constructor Detail

      • UncategorizedException

        public UncategorizedException​(int code,
                                      String message,
                                      Throwable cause)
        Constructs a new exception with the specified detail message and cause.
        Parameters:
        code - The numeric code of the exception.
        message - The detail message.
        cause - The exception which caused this exception to be thrown.