com.businessobjects.sdk.biar
Class BIARException.SDKException

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.BIARException.EngineException
                  extended by com.businessobjects.sdk.biar.BIARException.SDKException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
BIARException

public static class BIARException.SDKException
extends BIARException.EngineException

Thrown to indicate that an SDKException has occured within the BIAR Engine.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.businessobjects.sdk.biar.BIARException
BIARException.EngineException, BIARException.IOException, BIARException.SDKException
 
Constructor Summary
BIARException.SDKException(SDKException cause)
           
BIARException.SDKException(XSDException.CESDKException 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

BIARException.SDKException

public BIARException.SDKException(SDKException cause)

BIARException.SDKException

public BIARException.SDKException(XSDException.CESDKException cause)
Method Detail

rethrow

public void rethrow()
             throws BIARException.SDKException
Overrides:
rethrow in class BIARException.EngineException
Throws:
BIARException.SDKException