Class UtilException

All Implemented Interfaces:
Serializable

public class UtilException extends RuntimeException
工具类异常
Author:
xiaoleilu
See Also:
  • Constructor Details

    • UtilException

      public UtilException(Throwable e)
    • UtilException

      public UtilException(String message)
    • UtilException

      public UtilException(String messageTemplate, Object... params)
    • UtilException

      public UtilException(String message, Throwable throwable)
    • UtilException

      public UtilException(Throwable throwable, String messageTemplate, Object... params)