org.infohazard.maverick.flow
Class NoSuitableModeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.servlet.ServletException
                    |
                    +--org.infohazard.maverick.flow.NoSuitableModeException
All Implemented Interfaces:
java.io.Serializable

public class NoSuitableModeException
extends javax.servlet.ServletException

Exception which indicates that a Shunt was unable to pick a mode based on current request state.

See Also:
Serialized Form

Constructor Summary
NoSuitableModeException()
           
NoSuitableModeException(java.lang.String message)
           
NoSuitableModeException(java.lang.String message, java.lang.Throwable rootCause)
           
NoSuitableModeException(java.lang.Throwable rootCause)
           
 
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

NoSuitableModeException

public NoSuitableModeException()

NoSuitableModeException

public NoSuitableModeException(java.lang.String message)

NoSuitableModeException

public NoSuitableModeException(java.lang.String message,
                               java.lang.Throwable rootCause)

NoSuitableModeException

public NoSuitableModeException(java.lang.Throwable rootCause)