Class CustomException

All Implemented Interfaces:
Serializable

public class CustomException extends RuntimeException
自定义的一个运行异常. 主要拼消息会方便很多.
Author:
qiunet 2020-09-27 17:19
See Also:
  • Constructor Details

    • CustomException

      public CustomException(String message, Object... params)
    • CustomException

      public CustomException(Throwable cause, String message, Object... params)
  • Method Details

    • wrapper

      public static CustomException wrapper(Throwable cause)
    • logger

      public void logger(org.slf4j.Logger logger)