public class GridIpcSharedMemoryOperationTimedoutException extends GridException
Object.wait(long))
has timed out.| Constructor and Description |
|---|
GridIpcSharedMemoryOperationTimedoutException(String msg)
Creates new exception with given error message.
|
GridIpcSharedMemoryOperationTimedoutException(String msg,
Throwable cause)
Creates new exception with given error message and optional nested exception.
|
GridIpcSharedMemoryOperationTimedoutException(Throwable cause)
Creates new exception with given throwable as a cause and
source of error message.
|
getCause, getMessage, getOriginalMessage, hasCause, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic GridIpcSharedMemoryOperationTimedoutException(String msg)
msg - Error message.public GridIpcSharedMemoryOperationTimedoutException(Throwable cause)
cause - Non-null throwable cause.Copyright © 2014. All rights reserved.