|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.gridgain.grid.util.GridAbstractException
org.gridgain.grid.GridException
@Apache20LicenseCompatible public class GridException
General grid exception. This exception is used to indicate any error condition
within Grid.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3

| Field Summary |
|---|
| Fields inherited from class org.gridgain.grid.util.GridAbstractException |
|---|
UNKNOWN_LINE |
| Constructor Summary | |
|---|---|
GridException(String msg)
Creates new grid exception with given error message. |
|
GridException(String msg,
Throwable cause)
Creates new grid exception with given error message and optional nested exception. |
|
GridException(Throwable cause)
Creates new grid exception given throwable as a cause and source of error message. |
|
| Method Summary |
|---|
| Methods inherited from class org.gridgain.grid.util.GridAbstractException |
|---|
printStackTrace, printStackTrace, printStackTrace, setData, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridException(String msg)
msg - Error message.public GridException(Throwable cause)
cause - Non-null throwable cause.
public GridException(String msg,
Throwable cause)
msg - Error message.cause - Optional nested exception (can be null).
|
GridGain 2.0.3
Java API Specification |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
|
GridGain - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved. |
|