public class GridSecurityException extends GridRuntimeException
| Constructor and Description |
|---|
GridSecurityException(String msg)
Constructs security grid exception with given message.
|
GridSecurityException(String msg,
Throwable cause)
Constructs security grid exception with given message and cause.
|
GridSecurityException(Throwable cause)
Creates new security grid exception given throwable as a cause and
source of error message.
|
getCause, getMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridSecurityException(String msg, @Nullable Throwable cause)
msg - Exception message.cause - Exception cause.public GridSecurityException(Throwable cause)
cause - Non-null throwable cause.public GridSecurityException(String msg)
msg - Exception message.Copyright © 2014. All rights reserved.