类 PismException

所有已实现的接口:
Serializable
直接已知子类:
BizException

public class PismException extends RuntimeException
从以下版本开始:
24-08-24 17:07
作者:
perccyking
另请参阅:
  • 构造器详细资料

    • PismException

      public PismException()
    • PismException

      public PismException(String message)
    • PismException

      public PismException(ErrorCode errorCode)
    • PismException

      public PismException(String message, ErrorCode errorCode)
    • PismException

      public PismException(String message, Throwable cause)