类 ApplicationRuntimeException

所有已实现的接口:
Serializable

public class ApplicationRuntimeException extends NestedRuntimeException
应用程序基础运行异常定义,任何业务相关的运行异常定义必须继承该对象。
作者:
shikeying
另请参阅:
  • 构造器详细资料

    • ApplicationRuntimeException

      public ApplicationRuntimeException()
    • ApplicationRuntimeException

      public ApplicationRuntimeException(String msg)
    • ApplicationRuntimeException

      public ApplicationRuntimeException(Throwable cause)
    • ApplicationRuntimeException

      public ApplicationRuntimeException(String msg, Throwable cause)