类 PlatformException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cn.herodotus.stirrup.core.definition.exception.PlatformException
所有已实现的接口:
Serializable

public class PlatformException extends Exception

Description: 平台统一定义 Exception

作者:
: gengwei.zheng
另请参阅:
Date:
: 2024/5/17 18:48
  • 构造器详细资料

    • PlatformException

      public PlatformException()
    • PlatformException

      public PlatformException(String message)
    • PlatformException

      public PlatformException(String message, Throwable cause)
    • PlatformException

      public PlatformException(Throwable cause)
    • PlatformException

      protected PlatformException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)