public abstract class SecretException extends RuntimeException
This type (including all methods, constructors and fields) is continuing to evolve and so should be expected to change, potentially in backwards-incompatible ways even in a minor release. Changes are documented at the time of product release.
Modifier | Constructor and Description |
---|---|
protected |
SecretException(String message)
Construct a secret exception with the given message.
|
protected |
SecretException(String message,
Throwable cause)
Construct a secret exception with the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected SecretException(String message)
message
- The message.Copyright © 2010-2018, ForgeRock All Rights Reserved.