Package org.cyclos.model
Class IllegalActionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.cyclos.model.CyclosException
-
- org.cyclos.model.FrameworkException
-
- org.cyclos.model.IllegalActionException
-
- All Implemented Interfaces:
Serializable
public class IllegalActionException extends FrameworkException
Exception thrown when attempting to perform an action which is not allowed. For example, a given action would not be allowed depending on an entity state, or some other rule.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalActionException()IllegalActionException(String message)
-
Method Summary
-
Methods inherited from class org.cyclos.model.CyclosException
getAttribute, getMessage, setAttribute, shouldGenerateLog
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalActionException
public IllegalActionException()
-
IllegalActionException
public IllegalActionException(String message)
-
-