Package com.sap.cloud.security.password
Class PasswordStorageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.cloud.security.password.PasswordStorageException
- All Implemented Interfaces:
Serializable
This exception is thrown in case there are errors while trying to set, get or delete
a password via Password storage API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new runtime exception withnull
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.Constructs a new runtime exception with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PasswordStorageException
public PasswordStorageException()Constructs a new runtime exception withnull
as its detail message. -
PasswordStorageException
Constructs a new runtime exception with the specified detail message. -
PasswordStorageException
Constructs a new runtime exception with the specified detail message and cause. -
PasswordStorageException
Constructs a new runtime exception with the specified cause.
-