Package org.opencastproject.security.api
Class AccessControlParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencastproject.security.api.AccessControlParsingException
- All Implemented Interfaces:
Serializable
An exception that indicates that a stream did not contain properly formatted access control list.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new exception from a specific 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
-
AccessControlParsingException
Constructs a new exception from a specific cause.
-