Class PermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
-
- org.oa4mp.server.api.permissions.admin.PermissionException
-
- All Implemented Interfaces:
Serializable
public class PermissionException extends edu.uiuc.ncsa.security.core.exceptions.GeneralException
Created by Jeff Gaynor
on 11/23/16 at 3:00 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermissionException()
PermissionException(String message)
PermissionException(String message, Throwable cause)
PermissionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-