Class ControlViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dellroad.javabox.JavaBoxException
org.dellroad.javabox.ControlViolationException
- All Implemented Interfaces:
Serializable
Thrown when a script does something that exceeds imposed limits or otherwise is not allowed
by a configured
Control.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionControlViolationException(String message) ControlViolationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ControlViolationException
-
ControlViolationException
-
ControlViolationException
-
-
Method Details
-
initCause
- Overrides:
initCausein classJavaBoxException
-