com.intel.gpe.gridbeans
Class GridBeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intel.gpe.gridbeans.GridBeanException
All Implemented Interfaces:
java.io.Serializable

public class GridBeanException
extends java.lang.Exception

Version:
$Id: GridBeanException.java,v 1.2 2005/12/07 12:12:42 lukichev Exp $
Author:
Ralf Ratering
See Also:
Serialized Form

Constructor Summary
GridBeanException()
           
GridBeanException(java.lang.String arg0)
           
GridBeanException(java.lang.String arg0, java.lang.Throwable arg1)
           
GridBeanException(java.lang.Throwable arg0)
           
 
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

GridBeanException

public GridBeanException()

GridBeanException

public GridBeanException(java.lang.String arg0)

GridBeanException

public GridBeanException(java.lang.Throwable arg0)

GridBeanException

public GridBeanException(java.lang.String arg0,
                         java.lang.Throwable arg1)