|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.bea.wli.worklist.api.ManagementException
com.bea.wli.worklist.api.ValidationException
com.bea.wli.worklist.api.InvalidPrincipalException
public class InvalidPrincipalException
Exception thrown when an an invalid user or group is passed to an worklist operation. This is thrown instead of SecurityException and since it extends ValidationException which inturn extends ManagementException its already part of the public signatures.
Constructor Summary | |
---|---|
InvalidPrincipalException()
Default constructor |
|
InvalidPrincipalException(String message)
Construct a new InvalidPrincipalException exception with
a message. |
|
InvalidPrincipalException(String message,
Throwable except)
Construct a new InvalidPrincipalException exception
wrapping an underlying exception and providing a message. |
|
InvalidPrincipalException(Throwable except)
Construct a new InvalidPrincipalException exception
wrapping an underlying exception. |
Method Summary | |
---|---|
Exception |
getException()
Returns the underlying exception, if this exception wraps another exception. |
Methods inherited from class com.bea.wli.worklist.api.ValidationException |
---|
getPropertyInError, getUserPropertyNameInError, isSystemPropertyInError, setPropertyInError, setUserPropertyNameInError |
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 InvalidPrincipalException()
public InvalidPrincipalException(String message, Throwable except)
InvalidPrincipalException
exception
wrapping an underlying exception and providing a message.
message
- The exception messageexcept
- The underlying exceptionpublic InvalidPrincipalException(String message)
InvalidPrincipalException
exception with
a message.
message
- The exception messagepublic InvalidPrincipalException(Throwable except)
InvalidPrincipalException
exception
wrapping an underlying exception.
except
- The underlying exceptionMethod Detail |
---|
public Exception getException()
getException
in class ValidationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |