public class SecurityException extends IgniteException
Constructor and Description |
---|
SecurityException(String msg)
Constructs security grid exception with given message.
|
SecurityException(String msg,
@Nullable Throwable cause)
Constructs security grid exception with given message and cause.
|
SecurityException(Throwable cause)
Creates new security grid exception given throwable as a cause and
source of error message.
|
getCause, hasCause, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SecurityException(String msg, @Nullable @Nullable Throwable cause)
msg
- Exception message.cause
- Exception cause.public SecurityException(Throwable cause)
cause
- Non-null throwable cause.public SecurityException(String msg)
msg
- Exception message.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024