IncorrectPasswordException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException

public final class IncorrectPasswordException extends RuntimeException

The exception that is thrown when specified password is incorrect.

Constructors

Constructor Description
IncorrectPasswordException()
IncorrectPasswordException(String message)
IncorrectPasswordException(String message, RuntimeException inner)

IncorrectPasswordException()

public IncorrectPasswordException()

IncorrectPasswordException(String message)

public IncorrectPasswordException(String message)

Parameters:

Parameter Type Description
message java.lang.String

IncorrectPasswordException(String message, RuntimeException inner)

public IncorrectPasswordException(String message, RuntimeException inner)

Parameters:

Parameter Type Description
message java.lang.String
inner java.lang.RuntimeException