GridGain™ 2.0.3
Java API Specification

org.gridgain.grid
Class GridRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.gridgain.grid.util.GridAbstractRuntimeException
                  extended by org.gridgain.grid.GridRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
GridifyRuntimeException

@Apache20LicenseCompatible
public class GridRuntimeException
extends org.gridgain.grid.util.GridAbstractRuntimeException

Common runtime exception for grid. Thrown by all components wherever runtime exception is needed.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.0.3

See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class org.gridgain.grid.util.GridAbstractRuntimeException
UNKNOWN_LINE
 
Constructor Summary
GridRuntimeException(String msg)
          Constructs runtime grid exception with given message.
GridRuntimeException(String msg, Throwable cause)
          Constructs runtime grid exception with given message and cause.
GridRuntimeException(Throwable cause)
          Creates new runtime grid exception given throwable as a cause and source of error message.
 
Method Summary
 
Methods inherited from class org.gridgain.grid.util.GridAbstractRuntimeException
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

GridRuntimeException

public GridRuntimeException(String msg,
                            Throwable cause)
Constructs runtime grid exception with given message and cause.

Parameters:
msg - Exception message.
cause - Exception cause.

GridRuntimeException

public GridRuntimeException(Throwable cause)
Creates new runtime grid exception given throwable as a cause and source of error message.

Parameters:
cause - Non-null throwable cause.

GridRuntimeException

public GridRuntimeException(String msg)
Constructs runtime grid exception with given message.

Parameters:
msg - Exception message.

GridGain™ 2.0.3
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.