Oracle Personalization
REAPI_RT
v9.0.2

oracle.dmt.op.re.reexception
Class BufferIsFullException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.dmt.op.re.reexception.BufferIsFullException
All Implemented Interfaces:
Serializable

public class BufferIsFullException
extends Exception

Signals that a BufferIsFull exception of some sort has occurred.

Since:
beta1.0
See Also:
Serialized Form

Constructor Summary
BufferIsFullException()
          Constructs a BufferIsFullException message without details.
BufferIsFullException(String s)
          Constructs a BufferIsFullException message with details.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferIsFullException

public BufferIsFullException()
Constructs a BufferIsFullException message without details.
Since:
beta1.0

BufferIsFullException

public BufferIsFullException(String s)
Constructs a BufferIsFullException message with details.
Parameters:
s - the detailed message
Since:
beta1.0

Oracle Personalization
REAPI_RT
v9.0.2