Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.ide.history
Class HistoryPersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.ide.history.HistoryPersistenceException
All Implemented Interfaces:
java.io.Serializable

public class HistoryPersistenceException
extends java.lang.Exception

Signals that an error occurred while writing/restoring a history record.

See Also:
Serialized Form

Constructor Summary
HistoryPersistenceException(java.lang.String message)
           
HistoryPersistenceException(java.lang.String message, java.lang.Throwable cause)
           
HistoryPersistenceException(java.lang.Throwable cause)
           
 
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

HistoryPersistenceException

public HistoryPersistenceException(java.lang.Throwable cause)

HistoryPersistenceException

public HistoryPersistenceException(java.lang.String message,
                                   java.lang.Throwable cause)

HistoryPersistenceException

public HistoryPersistenceException(java.lang.String message)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

Copyright © 1997, 2013, Oracle. All rights reserved.