public class

InvalidCredentialException

extends CrowdException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.atlassian.crowd.exception.CrowdException
         ↳ com.atlassian.crowd.exception.InvalidCredentialException

Class Overview

Thrown when the supplied credential is not valid.

Summary

Public Constructors
InvalidCredentialException()
InvalidCredentialException(String message)
InvalidCredentialException(String message, Throwable cause)
InvalidCredentialException(Throwable throwable)
Default constructor.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InvalidCredentialException ()

public InvalidCredentialException (String message)

public InvalidCredentialException (String message, Throwable cause)

public InvalidCredentialException (Throwable throwable)

Default constructor.

Parameters
throwable the Exception.