com.taggercat
Class NonRegisteredActionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.ServletException
com.taggercat.NonRegisteredActionException
- All Implemented Interfaces:
- java.io.Serializable
public class NonRegisteredActionException
- extends javax.servlet.ServletException
The Exception raised when a non-registered action name is requested.
- See Also:
- Serialized Form
-

| Methods inherited from class javax.servlet.ServletException |
getRootCause |
| 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 |
NonRegisteredActionException
public NonRegisteredActionException()
NonRegisteredActionException
public NonRegisteredActionException(java.lang.String message,
java.lang.Exception cause)
NonRegisteredActionException
public NonRegisteredActionException(java.lang.String message)
NonRegisteredActionException
public NonRegisteredActionException(java.lang.Exception cause)