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