BEA Systems, Inc.


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.
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/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference