public class PlatformException extends IgniteCheckedException
| Constructor and Description |
|---|
PlatformException()
Create empty exception.
|
PlatformException(String msg)
Creates new exception with given error message.
|
PlatformException(String msg,
@Nullable Throwable cause)
Creates new exception with given error message and optional nested exception.
|
PlatformException(Throwable cause)
Creates new grid exception with given throwable as a cause and
source of error message.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
getCause, hasCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PlatformException()
public PlatformException(String msg)
msg - Error message.public PlatformException(Throwable cause)
cause - Non-null throwable cause.public String toString()
toString in class IgniteCheckedException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023