org.apache.clerezza.rdf.core.access
Class ReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
java.security.AccessControlException
org.apache.clerezza.rdf.core.access.ReadOnlyException
- All Implemented Interfaces:
- Serializable
public class ReadOnlyException
- extends AccessControlException
is thrown on an attempt to add or remove triples to a
read-only mutable graph
- Author:
- tsuy
- See Also:
- Serialized Form
|
Constructor Summary |
ReadOnlyException(String action)
creates an exception indicating that the mutable graph is read-only |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReadOnlyException
public ReadOnlyException(String action)
- creates an exception indicating that the mutable graph is read-only
- Parameters:
action -
getAction
public String getAction()
- Returns:
- the name of the action
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.