public class ScramException extends Exception
| Constructor and Description |
|---|
ScramException(String detail)
Constructs a new instance of ScramException with a detailed message.
|
ScramException(String detail,
Throwable ex)
Constructs a new instance of ScramException with a detailed message and a root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScramException(String detail)
detail - A String containing details about the exceptionCopyright © 2017–2025 OnGres, Inc. All rights reserved.