public class ContextException extends CascadingException
Constructor and Description |
---|
ContextException(String message)
Construct a new
ContextException instance. |
ContextException(String message,
Throwable throwable)
Construct a new
ContextException instance. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ContextException(String message)
ContextException
instance.message
- The detail message for this exception.Copyright © 2021. All rights reserved.