public class PasswordStorageException extends RuntimeException
Constructor and Description |
---|
PasswordStorageException()
Constructs a new runtime exception with
null as its
detail message. |
PasswordStorageException(String message)
Constructs a new runtime exception with the specified detail message.
|
PasswordStorageException(String message,
Throwable cause)
Constructs a new runtime exception with the specified detail message and
cause.
|
PasswordStorageException(Throwable cause)
Constructs a new runtime exception with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PasswordStorageException()
null
as its
detail message.public PasswordStorageException(String message)
public PasswordStorageException(String message, Throwable cause)
public PasswordStorageException(Throwable cause)
Copyright © 2017 SAP. All Rights Reserved.