Class ZerowebRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.xezzon.zeroweb.common.exception.ZerowebRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidSessionException, InvalidTokenException, NoValidClasspathException

public class ZerowebRuntimeException extends RuntimeException
ZeroWeb 自发抛出的系统异常
Author:
xezzon
See Also:
  • Constructor Details

    • ZerowebRuntimeException

      public ZerowebRuntimeException()
    • ZerowebRuntimeException

      public ZerowebRuntimeException(String message, Throwable cause)
    • ZerowebRuntimeException

      public ZerowebRuntimeException(Throwable cause)
  • Method Details