|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectNestableException
com.atlassian.crowd.integration.exception.CrowdNestableException
com.atlassian.crowd.integration.exception.InvalidPrincipalException
public class InvalidPrincipalException
Thrown when an invalid principal is provided.
Field Summary | |
---|---|
static String |
INVALID_NAME
Exception message when the supplied name is invalid. |
Constructor Summary | |
---|---|
InvalidPrincipalException()
Default constructor. |
|
InvalidPrincipalException(String s)
Default constructor. |
|
InvalidPrincipalException(String s,
Throwable throwable)
Default constructor. |
|
InvalidPrincipalException(Throwable throwable)
Default constructor. |
Method Summary |
---|
Methods inherited from class com.atlassian.crowd.integration.exception.CrowdNestableException |
---|
getThrowableCount, getThrowables, setMessages, setThrowableCount, setThrowables |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String INVALID_NAME
Constructor Detail |
---|
public InvalidPrincipalException()
public InvalidPrincipalException(String s)
s
- the message.public InvalidPrincipalException(String s, Throwable throwable)
s
- the message.throwable
- the Exception
.public InvalidPrincipalException(Throwable throwable)
throwable
- the Exception
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |