com.taggercat
Class NonRegisteredActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by 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
 

Constructor Summary
NonRegisteredActionException()
           
NonRegisteredActionException(java.lang.Exception cause)
           
NonRegisteredActionException(java.lang.String message)
           
NonRegisteredActionException(java.lang.String message, java.lang.Exception cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)