Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.infohazard.maverick.flow
Class NoSuitableModeException  view NoSuitableModeException download NoSuitableModeException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.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.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class javax.servlet.ServletException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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)