SMILA 1.0 API documentation

org.eclipse.smila.bulkbuilder
Class BulkbuilderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.smila.utils.MaybeRecoverableException
              extended by org.eclipse.smila.bulkbuilder.BulkbuilderException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidJobException

public class BulkbuilderException
extends MaybeRecoverableException

Exception used by BulkBuilder or other bulkprocessing components to indicate errors with creating or processing a bulk.

See Also:
Serialized Form

Constructor Summary
BulkbuilderException(java.lang.String message)
          create exception with details message.
BulkbuilderException(java.lang.String message, java.lang.Throwable cause)
          create exception with details message and cause.
 
Method Summary
static boolean isRecoverableCause(java.lang.Throwable cause)
          auto-detection of causes that should be recoverable.
 
Methods inherited from class org.eclipse.smila.utils.MaybeRecoverableException
isRecoverable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BulkbuilderException

public BulkbuilderException(java.lang.String message)
create exception with details message.

Parameters:
message - details message

BulkbuilderException

public BulkbuilderException(java.lang.String message,
                            java.lang.Throwable cause)
create exception with details message and cause.

Parameters:
message - details message
cause - causing exception
Method Detail

isRecoverableCause

public static boolean isRecoverableCause(java.lang.Throwable cause)
auto-detection of causes that should be recoverable.


SMILA 1.0 API documentation