|
||||||||||
| 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
public class CrowdNestableException
Partent exception class which all Crowd exceptions (that are not runtime exceptions) should extend
| Constructor Summary | |
|---|---|
CrowdNestableException()
Default constructor. |
|
CrowdNestableException(String s)
Default constructor. |
|
CrowdNestableException(String s,
Throwable throwable)
Default constructor. |
|
CrowdNestableException(Throwable throwable)
Default constructor. |
|
| Method Summary | |
|---|---|
int |
getThrowableCount()
|
Throwable[] |
getThrowables()
|
void |
setMessages(String[] messages)
|
void |
setThrowableCount(int throwableCount)
|
void |
setThrowables(Throwable[] throwables)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CrowdNestableException()
public CrowdNestableException(String s)
s - The message.
public CrowdNestableException(String s,
Throwable throwable)
s - The message.throwable - the Exception.public CrowdNestableException(Throwable throwable)
throwable - the Exception.| Method Detail |
|---|
public void setMessages(String[] messages)
public void setThrowableCount(int throwableCount)
public int getThrowableCount()
public Throwable[] getThrowables()
public void setThrowables(Throwable[] throwables)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||