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