Class AwkSandboxException

All Implemented Interfaces:
Serializable

public class AwkSandboxException extends RuntimeException
Exception thrown when an operation is not permitted in sandbox mode.
See Also:
  • Constructor Details

    • AwkSandboxException

      public AwkSandboxException(String message)
      Creates a new sandbox exception with the provided message.
      Parameters:
      message - description of the sandbox violation
    • AwkSandboxException

      public AwkSandboxException(String message, Throwable cause)
      Creates a new sandbox exception with the provided message and cause.
      Parameters:
      message - description of the sandbox violation
      cause - underlying cause of the violation