public class ContextException extends Exception
| Constructor and Description |
|---|
ContextException()
Instantiates a new context exception.
|
ContextException(String message)
Instantiates a new context exception.
|
ContextException(String message,
Throwable cause)
Instantiates a new context exception.
|
ContextException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Instantiates a new context exception.
|
ContextException(Throwable cause)
Instantiates a new context exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContextException()
public ContextException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the messagecause - the causeenableSuppression - the enable suppressionwritableStackTrace - the writable stack tracepublic ContextException(String message, Throwable cause)
message - the messagecause - the causepublic ContextException(String message)
message - the messagepublic ContextException(Throwable cause)
cause - the causeCopyright © 2010–2018 Eclipse Foundation. All rights reserved.