Serializablepublic class ScramParseException extends ScramException
| Constructor | Description |
|---|---|
ScramParseException(String detail) |
Constructs a new instance of ScramParseException with a detailed message.
|
ScramParseException(String detail,
Throwable ex) |
Constructs a new instance of ScramParseException with a detailed message and a root cause.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCause, initCause, toStringaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ScramParseException(String detail)
detail - A String containing details about the exceptionCopyright © 2017–2018. All rights reserved.