com.intel.gpe.gridbeans.plugins
Class DataSetException

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

public class DataSetException
extends java.lang.Exception

The exception thrown from operations with

Version:
$Id: DataSetException.java,v 1.3 2005/12/22 09:20:32 lukichev Exp $
Author:
Alexander Lukichev
See Also:
Serialized Form

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

DataSetException

public DataSetException()

DataSetException

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

DataSetException

public DataSetException(java.lang.String arg0)

DataSetException

public DataSetException(java.lang.Throwable arg0)


Copyright © 2008. All Rights Reserved.