Lightweight Bartering Grid

lbg.common.exception
Class GridNetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lbg.common.exception.GridException
              extended by lbg.common.exception.GridNetworkException
All Implemented Interfaces:
java.io.Serializable

public class GridNetworkException
extends GridException

Denotes a networking error in grid processes.
As it's not due to grid inconsistency, retrying the action that led to this exception might be effective.

Author:
Xavier Dalem
See Also:
Serialized Form

Constructor Summary
GridNetworkException(java.lang.String msg)
           
GridNetworkException(java.lang.String msg, java.lang.Throwable e)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GridNetworkException

public GridNetworkException(java.lang.String msg)

GridNetworkException

public GridNetworkException(java.lang.String msg,
                            java.lang.Throwable e)

Lightweight Bartering Grid

Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.