|
||||||||||
| 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.atlassian.crowd.manager.property.PropertyManagerException
public class PropertyManagerException
Error accessing property.
| Constructor Summary | |
|---|---|
PropertyManagerException()
Default constructor. |
|
PropertyManagerException(String s)
Default constructor. |
|
PropertyManagerException(String s,
Throwable throwable)
Default constructor. |
|
PropertyManagerException(Throwable throwable)
Default constructor. |
|
| 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 PropertyManagerException()
public PropertyManagerException(String s)
s - the message.
public PropertyManagerException(String s,
Throwable throwable)
s - the message.throwable - the Exception.public PropertyManagerException(Throwable throwable)
throwable - the Exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||