com.atlassian.crowd.manager.property
Class PropertyManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.manager.property.PropertyManagerException
All Implemented Interfaces:
Serializable

public class PropertyManagerException
extends Exception

Error accessing property.

See Also:
Serialized Form

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

PropertyManagerException

public PropertyManagerException()
Default constructor.


PropertyManagerException

public PropertyManagerException(String s)
Default constructor.

Parameters:
s - the message.

PropertyManagerException

public PropertyManagerException(String s,
                                Throwable throwable)
Default constructor.

Parameters:
s - the message.
throwable - the Exception.

PropertyManagerException

public PropertyManagerException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2013 Atlassian. All Rights Reserved.