Package org.metricshub.jawk
Class AwkSandboxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.metricshub.jawk.AwkSandboxException
- All Implemented Interfaces:
Serializable
Exception thrown when an operation is not permitted in sandbox mode.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAwkSandboxException(String message) Creates a new sandbox exception with the provided message.AwkSandboxException(String message, Throwable cause) Creates a new sandbox exception with the provided message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AwkSandboxException
Creates a new sandbox exception with the provided message.- Parameters:
message- description of the sandbox violation
-
AwkSandboxException
Creates a new sandbox exception with the provided message and cause.- Parameters:
message- description of the sandbox violationcause- underlying cause of the violation
-