BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.db.jdbc
Class DataSetException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.db.jdbc.DataSetException
Direct Known Subclasses:
InvalidDateException

public class DataSetException
extends java.lang.Exception

A DataSetException is thrown whenever something that isn't a database server error goes wrong in a DataSet. Actions like accessing an attribute not present in a table, or requesting a record index that exceeds the size of a DataSet will generate a DataSetException.

Version:
2.0
Author:
Copyright (c) 1995-97 by WebLogic, Inc., Copyright (c) 1999 by BEA WebXpress. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
DataSetException(java.lang.String s)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSetException

public DataSetException(java.lang.String s)
Constructor.

Documentation is available at
http://www.weblogic.com/docs51