com.businessobjects.sdk.biar
Class BIARException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.businessobjects.sdk.biar.BIARException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- BIARException.EngineException, BIARException.IOException, OMException
public abstract class BIARException
- extends java.lang.Exception
This exception is thrown when an exceptional condition occurs in one of the BIAR API methods.
Subclasses provide more granular diagnoses of the underlying causes.
- 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 |
adapt
public static BIARException adapt(XSDException legacy)
getDetailMessage
public java.lang.String getDetailMessage()
getDetailMessage
public java.lang.String getDetailMessage(java.util.Locale locale)
getErrorCodeString
public java.lang.String getErrorCodeString()
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
getMessage
public java.lang.String getMessage(java.util.Locale locale)
rethrow
public abstract void rethrow()
throws BIARException
- Throws:
BIARException
serialize
public java.lang.String serialize()