GridGain™ 3.6.0e
Enterprise Edition

org.gridgain.grid
Class GridTopologyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.gridgain.grid.GridException
              extended by org.gridgain.grid.GridTopologyException
All Implemented Interfaces:
Serializable

public class GridTopologyException
extends GridException

This exception is used to indicate error with grid topology (e.g., crashed node, etc.).

Wiki & Forum:


Wiki
Forum

See Also:
Serialized Form
 

Constructor Summary
GridTopologyException(String msg)
          Creates new topology exception with given error message.
GridTopologyException(String msg, Throwable cause)
          Creates new topology exception with given error message and optional nested exception.
 
Method Summary
 
Methods inherited from class org.gridgain.grid.GridException
getCause, hasCause, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridTopologyException

public GridTopologyException(String msg)
Creates new topology exception with given error message.

Parameters:
msg - Error message.

GridTopologyException

public GridTopologyException(String msg,
                             @Nullable
                             Throwable cause)
Creates new topology exception with given error message and optional nested exception.

Parameters:
msg - Error message.
cause - Optional nested exception (can be null).

GridGain™ 3.6.0e
Enterprise Edition

GridGain - Real Time Big Data
Enterprise Edition, ver. 3.6.0e.13012012
2012 Copyright © GridGain Systems
Follow us:   Follow GridGain on Github Follow GridGain on Facebook Join GridGain User Group Follow GridGain on Twitter Follow GridGain on YouTube