Lightweight Bartering Grid

lbg.common.exception
Class GridException

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

public class GridException
extends java.lang.Exception

Author:
Cyril Briquet
See Also:
Serialized Form

Constructor Summary
GridException()
          Constructs a new GridException.
GridException(java.lang.String msg)
          Constructs a new GridException.
GridException(java.lang.String msg, java.lang.Throwable e)
          Constructs a new GridException.
GridException(java.lang.Throwable e)
          Constructs a new GridException.
 
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

GridException

public GridException()
Constructs a new GridException.


GridException

public GridException(java.lang.String msg)
Constructs a new GridException.

Parameters:
msg - message to encapsulate

GridException

public GridException(java.lang.Throwable e)
Constructs a new GridException.

Parameters:
e - Exception to encapsulate

GridException

public GridException(java.lang.String msg,
                     java.lang.Throwable e)
Constructs a new GridException.

Parameters:
msg - message to encapsulate
e - Exception to encapsulate

Lightweight Bartering Grid

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