org.openpermis.subject
Class SubjectFinderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openpermis.subject.SubjectFinderException
- All Implemented Interfaces:
- Serializable
public class SubjectFinderException
- extends Exception
An exception that gets thrown when a subject finder implementation cannot return
subjects for some reason.
- See Also:
- Serialized Form
- Since:
- 0.9.0
Method Summary |
URI |
getIdentity()
Returns the identity that caused the error. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SubjectFinderException
public SubjectFinderException(URI identity,
String message,
Throwable cause)
- Creates an exception with the specified message and root cause.
- Parameters:
identity
- the identity that caused the error.message
- The message for this exception.cause
- The Throwable
causing this exception to be thrown.- Since:
- 0.9.0
getIdentity
public URI getIdentity()
- Returns the identity that caused the error.
- Returns:
- the identity that caused the error.
- Since:
- 0.9.0
OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:16:59
Copyright (c) 2002-2007 Ergon Informatik AG