public class PlatformException extends FlowCompletionException
| Constructor and Description |
|---|
PlatformException(String message) |
PlatformException(String message,
Throwable t) |
PlatformException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace()
These are manufactured exceptions that arise outside the current runtime; therefore,
the notion of an embedded stack trace is meaningless.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PlatformException(Throwable t)
public PlatformException(String message)
public Throwable fillInStackTrace()
fillInStackTrace in class ThrowableCopyright © 2021. All rights reserved.