|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openpermis.SubjectException
public class SubjectException
An exception that gets thrown when a subject implementation is not able to get the needed information for some reason.
Constructor Summary | |
---|---|
SubjectException(String message)
Creates an exception with the specified message. |
|
SubjectException(String message,
Throwable cause)
Creates an exception with the specified message and root cause. |
|
SubjectException(Throwable cause)
Creates an exception with the specified root cause. |
Method Summary |
---|
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 |
---|
public SubjectException(String message)
message
- the message for this exception.public SubjectException(Throwable cause)
cause
- the Throwable
causing this exception to be thrown.public SubjectException(String message, Throwable cause)
message
- The message for this exception.cause
- The Throwable
causing this exception to be thrown.
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
OpenPermis Role Based Access Control 0.9.0 (Build 16)
2009/08/13 07:16:59
Copyright (c) 2002-2007 Ergon Informatik AG