DbStorage.manager
Class OutOfLOBException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byDbStorage.DbStorageException
              extended byDbStorage.manager.OutOfLOBException
All Implemented Interfaces:
java.io.Serializable

public class OutOfLOBException
extends DbStorageException

Represents an error ocurred when triying to access an invalid address of a LOB.

See Also:
Serialized Form

Constructor Summary
OutOfLOBException()
          Constructs a OutOfLOBException without message.
OutOfLOBException(java.lang.String msg)
          Constructs a OutOfLOBException with a specified message.
 
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

OutOfLOBException

public OutOfLOBException()
Constructs a OutOfLOBException without message.


OutOfLOBException

public OutOfLOBException(java.lang.String msg)
Constructs a OutOfLOBException with a specified message.