@ThreadSafe public class ComposerException extends RuntimeException
| Constructor and Description |
|---|
ComposerException()
Creates a ComposerException with default message.
|
ComposerException(String message)
Creates a ComposerException with the specified message.
|
ComposerException(String message,
Throwable cause)
Creates a Composer exception with the specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ComposerException()
public ComposerException(String message)
message - the exception messageCopyright © 2012–2020 OWASP. All rights reserved.