public class InvalidPasswordException
extends java.lang.Exception
| Constructor and Description |
|---|
InvalidPasswordException(java.lang.String message)
Creates new InvalidPasswordException according to the specified exception
message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage()
Returns the message of this exception.
|
void |
printStackTrace()
Prints the stack trace of the parent java.lang.Exception
class.
|
public InvalidPasswordException(java.lang.String message)
message - the message of the exception.public void printStackTrace()
printStackTrace in class java.lang.Throwablepublic java.lang.String getMessage()
getMessage in class java.lang.ThrowableCopyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.