GridGain™ 3.6.0e
Enterprise Edition

org.gridgain.grid
Class GridUserUndeclaredException

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

public class GridUserUndeclaredException
extends GridException

This exception is thrown when user's code throws undeclared runtime exception. By user core it is assumed the code in grid task, grid job or SPI. In most cases it should be an indication of unrecoverable error condition such as assertion, NullPointerException, OutOfMemoryError, etc.

Wiki & Forum:


Wiki
Forum

See Also:
Serialized Form
 

Constructor Summary
GridUserUndeclaredException(String msg)
          Creates user undeclared exception with given task execution ID and error message.
GridUserUndeclaredException(String msg, Throwable cause)
          Creates user undeclared exception with given task execution ID, error message and optional nested exception.
GridUserUndeclaredException(Throwable cause)
          Creates new user undeclared exception given throwable as a cause and source of error message.
 
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

GridUserUndeclaredException

public GridUserUndeclaredException(String msg)
Creates user undeclared exception with given task execution ID and error message.

Parameters:
msg - Error message.

GridUserUndeclaredException

public GridUserUndeclaredException(Throwable cause)
Creates new user undeclared exception given throwable as a cause and source of error message.

Parameters:
cause - Non-null throwable cause.

GridUserUndeclaredException

public GridUserUndeclaredException(String msg,
                                   @Nullable
                                   Throwable cause)
Creates user undeclared exception with given task execution ID, 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