public final class ExpiredTextBufferException
extends java.lang.RuntimeException
ExpiredTextBufferException is thrown when clients attempt to access an ExpirableTextBufferSnapshot after that snapshot has expired, due to the underlying text buffer being modified.| Constructor and Description |
|---|
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. |
public ExpiredTextBufferException()
ExpiredTextBufferException.public ExpiredTextBufferException(java.lang.String message)
ExpiredTextBufferException.
public ExpiredTextBufferException(java.lang.String message,
java.lang.Throwable cause)
ExpiredTextBufferException.