com.businessobjects.sdk.biar.om
Class IterationFailedException

java.lang.Object
  extended by UncheckedException
      extended by com.businessobjects.sdk.biar.om.IterationFailedException

public class IterationFailedException
extends UncheckedException

Thrown from iterators the must conform to the java.util.Iterator interface but would normally throw a checked exception. This exception adapts those interfaces by wrapping the checked exception in an unchecked one.


Constructor Summary
IterationFailedException(java.lang.Exception e)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IterationFailedException

public IterationFailedException(java.lang.Exception e)