java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jena.shared.JenaException
org.apache.jena.shared.OperationDeniedException
org.apache.jena.shared.AccessDeniedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AddDeniedException,DeleteDeniedException,ReadDeniedException,UpdateDeniedException
Superclass of exceptions thrown when permissions do not allow an operation
on a graph.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessDeniedException(String message) AccessDeniedException(String message, Throwable cause) AccessDeniedException(String message, Throwable cause, Triple triple) AccessDeniedException(String message, Triple triple) AccessDeniedException(Throwable cause) AccessDeniedException(Throwable cause, Triple triple) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessDeniedException
public AccessDeniedException() -
AccessDeniedException
-
AccessDeniedException
-
AccessDeniedException
-
AccessDeniedException
-
AccessDeniedException
-
AccessDeniedException
-
-
Method Details
-
getTriple
-