|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ flow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.infohazard.maverick.flow
Class NoSuitableModeException

java.lang.Objectjava.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.
| 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)
|
|||||||||
| Home >> All >> org >> infohazard >> maverick >> [ flow overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC