org.openpermis.subject
Class SubjectFinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SubjectFinderException(URI identity, String message, Throwable cause)
          Creates an exception with the specified message and root cause.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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
Method Detail

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