public class GridInterruptedException extends GridException
InterruptedException into GridException.| Constructor and Description |
|---|
GridInterruptedException(InterruptedException cause)
Creates new exception with given throwable as a nested cause and
source of error message.
|
GridInterruptedException(String msg)
Creates a new exception with given error message and optional nested cause exception.
|
GridInterruptedException(String msg,
InterruptedException cause)
Creates a new exception with given error message and optional nested cause exception.
|
getCause, getMessage, getOriginalMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridInterruptedException(InterruptedException cause)
cause - Non-null throwable cause.public GridInterruptedException(String msg)
msg - Error message.public GridInterruptedException(String msg, InterruptedException cause)
msg - Error message.cause - Optional nested exception (can be null).Copyright © 2014. All rights reserved.