GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.gridify
Class GridifyRuntimeException

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
                      extended by org.gridgain.grid.gridify.GridifyRuntimeException
All Implemented Interfaces:
Serializable

public class GridifyRuntimeException
extends GridRuntimeException

This defines gridify exception. This runtime exception gets thrown out of gridified methods in case if method execution resulted in undeclared exception.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

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

See Also:
Serialized Form
 

Field Summary
 
Fields inherited from class org.gridgain.grid.util.GridAbstractRuntimeException
UNKNOWN_LINE
 
Constructor Summary
GridifyRuntimeException(String msg)
          Creates new gridify runtime exception with specified message.
GridifyRuntimeException(String msg, Throwable cause)
          Creates new gridify runtime exception with specified message and cause.
GridifyRuntimeException(Throwable cause)
          Creates new gridify runtime 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

GridifyRuntimeException

public GridifyRuntimeException(String msg)
Creates new gridify runtime exception with specified message.

Parameters:
msg - Exception message.

GridifyRuntimeException

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

Parameters:
cause - Non-null throwable cause.

GridifyRuntimeException

public GridifyRuntimeException(String msg,
                               Throwable cause)
Creates new gridify runtime exception with specified message and cause.

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

GridGain™ 2.1.0
Java API Specification

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