Package org.pkl.core
Class SecurityManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pkl.core.SecurityManagerException
-
- All Implemented Interfaces:
java.io.Serializable
public class SecurityManagerException extends java.lang.ExceptionA SecurityManagerException declares that a violation occured during an external i/o operation.Throwable.getMessage()is passed to users when errors arise.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityManagerException(java.lang.String message)
-