Class PropertyManagerException

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

public class PropertyManagerException extends Exception
Error accessing property.
See Also:
  • Constructor Details

    • 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.