Package org.pkl.core

Class SecurityManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pkl.core.SecurityManagerException
All Implemented Interfaces:
Serializable

public final class SecurityManagerException extends Exception
A SecurityManagerException declares that a violation occurred during an external i/o operation.

Throwable.getMessage() is passed to users when errors arise.

See Also:
  • Constructor Details

    • SecurityManagerException

      public SecurityManagerException(String message)