Class PropertyManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.manager.property.PropertyManagerException
- All Implemented Interfaces:
Serializable
Error accessing property.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.Default constructor.PropertyManagerException
(String s, Throwable throwable) Default constructor.PropertyManagerException
(Throwable throwable) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyManagerException
public PropertyManagerException()Default constructor. -
PropertyManagerException
Default constructor.- Parameters:
s
- the message.
-
PropertyManagerException
Default constructor.- Parameters:
s
- the message.throwable
- theException
.
-
PropertyManagerException
Default constructor.- Parameters:
throwable
- theException
.
-