Package org.kissweb
Class LogException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.kissweb.LogException
- All Implemented Interfaces:
Serializable
This class is used to signify an error that deserves a log but not a backtrace.
It also sends the error message to the front-end.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LogException
-