public class GridEmptyProjectionException extends GridTopologyException
| Constructor and Description |
|---|
GridEmptyProjectionException()
Creates new exception with default error message.
|
GridEmptyProjectionException(String msg)
Creates new exception with given error message.
|
GridEmptyProjectionException(String msg,
Throwable 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 GridEmptyProjectionException()
public GridEmptyProjectionException(String msg)
msg - Error message.Copyright © 2014. All rights reserved.