Class ClientValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.manager.validation.ClientValidationException
- All Implemented Interfaces:
Serializable
Exception is thrown when a client validation fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Default constructor.ClientValidationException(String s, Throwable throwable) Default constructor.ClientValidationException(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
-
ClientValidationException
public ClientValidationException()Default constructor. -
ClientValidationException
Default constructor.- Parameters:
s- the message.
-
ClientValidationException
Default constructor.- Parameters:
s- the message.throwable- theException.
-
ClientValidationException
Default constructor.- Parameters:
throwable- theException.
-