BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.db.jdbc
Class InvalidDateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.db.jdbc.DataSetException
                    |
                    +--weblogic.db.jdbc.InvalidDateException

public final class InvalidDateException
extends DataSetException

An InvalidDateException is thrown when a date earlier than 1970 is encountered.

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

Constructor Summary
InvalidDateException(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

InvalidDateException

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

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.