com.atlassian.crowd.manager.validation
Class ClientValidationException

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

public class ClientValidationException
extends Exception

Exception is thrown when a client validation fails.

See Also:
Serialized Form

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

ClientValidationException

public ClientValidationException()
Default constructor.


ClientValidationException

public ClientValidationException(String s)
Default constructor.

Parameters:
s - the message.

ClientValidationException

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

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

ClientValidationException

public ClientValidationException(Throwable throwable)
Default constructor.

Parameters:
throwable - the Exception.


Copyright © 2013 Atlassian. All Rights Reserved.