类 PlatformRuntimeException

所有已实现的接口:
HerodotusException, Serializable
直接已知子类:
BorrowObjectFromPoolErrorException

public class PlatformRuntimeException extends AbstractRuntimeException

Description: 平台基础Exception

作者:
: gengwei.zheng
另请参阅:
Date:
: 2019/12/18 15:31
  • 构造器详细资料

    • PlatformRuntimeException

      public PlatformRuntimeException()
    • PlatformRuntimeException

      public PlatformRuntimeException(String message)
    • PlatformRuntimeException

      public PlatformRuntimeException(String message, Throwable cause)
    • PlatformRuntimeException

      public PlatformRuntimeException(Throwable cause)
    • PlatformRuntimeException

      protected PlatformRuntimeException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
  • 方法详细资料