com.atlassian.crowd.model.property
Class InvalidPropertyException

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

public class InvalidPropertyException
extends Exception

The property is invalid.

See Also:
Serialized Form

Constructor Summary
InvalidPropertyException()
          Default constructor.
InvalidPropertyException(String s)
          Default constructor.
InvalidPropertyException(String s, Throwable throwable)
          Default constructor.
InvalidPropertyException(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

InvalidPropertyException

public InvalidPropertyException()
Default constructor.


InvalidPropertyException

public InvalidPropertyException(String s)
Default constructor.

Parameters:
s - the message.

InvalidPropertyException

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

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

InvalidPropertyException

public InvalidPropertyException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.