Package org.apache.mina.statemachine
Class BreakAndReturnException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.mina.statemachine.BreakException
-
- org.apache.mina.statemachine.BreakAndReturnException
-
- All Implemented Interfaces:
java.io.Serializable
class BreakAndReturnException extends BreakException
Exception used internally byStateControl.
-
-
Field Summary
Fields Modifier and Type Field Description private booleannowprivate static longserialVersionUID
-
Constructor Summary
Constructors Constructor Description BreakAndReturnException(boolean now)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisNow()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
now
private final boolean now
-
-