com.businessobjects.sdk.biar.om
Class OMException.ExceptionWrapper
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.businessobjects.sdk.biar.BIARException
com.businessobjects.sdk.biar.om.OMException
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
| 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 |
OMException.ExceptionWrapper
public OMException.ExceptionWrapper(java.lang.Throwable cause)
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