Class BaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ValidateException

public class BaseException extends RuntimeException
Author:
luna
See Also:
  • Field Details

    • SYSTEM_ERROR

      public static final BaseException SYSTEM_ERROR
    • UNKNOWN

      public static final BaseException UNKNOWN
    • PARAMETER_ERROR

      public static final BaseException PARAMETER_ERROR
    • MISSING

      public static final BaseException MISSING
    • PARAMETER_OVERFLOW

      public static final BaseException PARAMETER_OVERFLOW
    • REPEAT_OPERATION

      public static final BaseException REPEAT_OPERATION
    • UN_SUPPORT_ENCRYPT_TYPE

      public static final BaseException UN_SUPPORT_ENCRYPT_TYPE
  • Constructor Details

    • BaseException

      public BaseException(BaseException baseException, String... extendMessage)
    • BaseException

      public BaseException(int status, String msg, Throwable throwable)
    • BaseException

      public BaseException(String msg, Throwable throwable)
    • BaseException

      public BaseException(int code, String message)
    • BaseException

      public BaseException(int status, Throwable throwable)
    • BaseException

      public BaseException(String message)
    • BaseException

      public BaseException(Throwable cause)
    • BaseException

      public BaseException(Throwable cause, int code)
    • BaseException

      public BaseException()
  • Method Details

    • isBaseException

      public static boolean isBaseException(Throwable t)
    • getCode

      public int getCode()
    • getMessage

      public String getMessage()
      Overrides:
      getMessage in class Throwable