Package de.kosmos_lab.web.exceptions
Class ServletException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.kosmos_lab.web.exceptions.ServletException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NotFoundException,ParameterNotFoundException,UnauthorizedException
public class ServletException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServletException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServletException
public ServletException(String message)
-
-