com.ejie.r01f.servlet
Class ParameterNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ejie.r01f.servlet.ParameterNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class ParameterNotFoundException
- extends java.lang.Exception
Excepción lanzada cuando no se encuentra un parametro en la request
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ParameterNotFoundException
public ParameterNotFoundException()
- Constructor vacío
ParameterNotFoundException
public ParameterNotFoundException(java.lang.String message)
- Parameters:
message
-
ParameterNotFoundException
public ParameterNotFoundException(java.lang.Throwable cause)
- Parameters:
cause
-
ParameterNotFoundException
public ParameterNotFoundException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message
- cause
-