com.businessobjects.sdk.biar.om
Class OMException.StorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.businessobjects.sdk.biar.BIARException
              extended by com.businessobjects.sdk.biar.om.OMException
                  extended by com.businessobjects.sdk.biar.om.OMException.StorageException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OMException

public static class OMException.StorageException
extends OMException

Thrown to indicate that an exception occured in the storage layer of the Object Manager that prevents reading or writing information persisted in the Object Manager.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.businessobjects.sdk.biar.om.OMException
OMException.CESDKException, OMException.ExceptionWrapper, OMException.StorageException
 
Nested classes/interfaces inherited from class com.businessobjects.sdk.biar.BIARException
BIARException.EngineException, BIARException.IOException, BIARException.SDKException
 
Constructor Summary
OMException.StorageException(java.io.IOException cause)
           
OMException.StorageException(java.sql.SQLException cause)
           
 
Method Summary
 void rethrow()
           
 
Methods inherited from class com.businessobjects.sdk.biar.BIARException
adapt, getDetailMessage, getDetailMessage, getErrorCodeString, getMessage, getMessage, serialize
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OMException.StorageException

public OMException.StorageException(java.sql.SQLException cause)

OMException.StorageException

public OMException.StorageException(java.io.IOException cause)
Method Detail

rethrow

public void rethrow()
             throws OMException
Specified by:
rethrow in class OMException
Throws:
OMException