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

E13403-03

oracle.javatools.buffer
Class ExpiredTextBufferException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.javatools.buffer.ExpiredTextBufferException
All Implemented Interfaces:
java.io.Serializable

public final class ExpiredTextBufferException
extends java.lang.RuntimeException

An ExpiredTextBufferException is thrown when clients attempt to access an ExpirableTextBufferSnapshot after that snapshot has expired, due to the underlying text buffer being modified.

See Also:
Serialized Form

Constructor Summary
ExpiredTextBufferException()
          Creates a new instance of an ExpiredTextBufferException.
ExpiredTextBufferException(java.lang.String message)
          Creates a new instance of an ExpiredTextBufferException.
ExpiredTextBufferException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance of an ExpiredTextBufferException.
 
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

ExpiredTextBufferException

public ExpiredTextBufferException()
Creates a new instance of an ExpiredTextBufferException.


ExpiredTextBufferException

public ExpiredTextBufferException(java.lang.String message)
Creates a new instance of an ExpiredTextBufferException.


ExpiredTextBufferException

public ExpiredTextBufferException(java.lang.String message,
                                  java.lang.Throwable cause)
Creates a new instance of an ExpiredTextBufferException.


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

E13403-03

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