Class BaseException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BizException, ConfException, RegException, UnvarnishedFeignException

public abstract class BaseException extends RuntimeException
The super class for exceptions
See Also:
  • Field Details

  • Constructor Details

    • BaseException

      public BaseException()
    • BaseException

      public BaseException(String message)
    • BaseException

      public BaseException(String message, Throwable cause)
  • Method Details