org.bibeault.frontman
Class CommandNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.servlet.ServletException
              extended by org.bibeault.frontman.CommandNotFoundException
All Implemented Interfaces:
java.io.Serializable

public final class CommandNotFoundException
extends javax.servlet.ServletException

An extension of ServletException that is thrown by the Command Broker in the event that an invalid command verb is referenced.

See Also:
Serialized Form

Constructor Summary
CommandNotFoundException(java.lang.String message)
           
CommandNotFoundException(java.lang.String message, java.lang.Exception e)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommandNotFoundException

public CommandNotFoundException(java.lang.String message,
                                java.lang.Exception e)

CommandNotFoundException

public CommandNotFoundException(java.lang.String message)