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

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.ExceptionWrapper
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
OMException

public static class OMException.ExceptionWrapper
extends OMException

Thrown to indicate a general exceptional condition occuring in the Object Manager that was caused by another exception.

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.ExceptionWrapper(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.String getDetailMessage(java.util.Locale locale)
           
 java.lang.String getErrorCodeString()
           
 java.lang.String getMessage(java.util.Locale locale)
           
 void rethrow()
           
 java.lang.String serialize()
           
 
Methods inherited from class com.businessobjects.sdk.biar.BIARException
adapt, getDetailMessage, getMessage
 
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.ExceptionWrapper

public OMException.ExceptionWrapper(java.lang.Throwable cause)
Method Detail

getErrorCodeString

public java.lang.String getErrorCodeString()
Overrides:
getErrorCodeString in class BIARException

getMessage

public java.lang.String getMessage(java.util.Locale locale)
Overrides:
getMessage in class BIARException

getDetailMessage

public java.lang.String getDetailMessage(java.util.Locale locale)
Overrides:
getDetailMessage in class BIARException

serialize

public java.lang.String serialize()
Overrides:
serialize in class BIARException

rethrow

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