public class StorageRuntimeException extends RuntimeException
| Constructor and Description |
|---|
StorageRuntimeException(String message)
Constructor with a message.
|
StorageRuntimeException(String message,
Throwable cause)
Constructor with a message and a cause.
|
StorageRuntimeException(Throwable cause)
Constructor with a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StorageRuntimeException(String message)
message - the exception messagepublic StorageRuntimeException(String message, Throwable cause)
message - the exception messagecause - the cause of the exceptionpublic StorageRuntimeException(Throwable cause)
cause - the cause of the exceptionCopyright © 2010-2015 ForgeRock AS. All Rights Reserved.