SMILA 1.0 API documentation

org.eclipse.smila.bulkbuilder
Class InvalidJobException

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
                  extended by org.eclipse.smila.bulkbuilder.InvalidJobException
All Implemented Interfaces:
java.io.Serializable, NotFoundHTTPResult

public class InvalidJobException
extends BulkbuilderException
implements NotFoundHTTPResult

thrown on request to undefined jobs.

See Also:
Serialized Form

Constructor Summary
InvalidJobException(java.lang.String message)
          create exception with details message and cause.
InvalidJobException(java.lang.String message, java.lang.Throwable cause)
          create exception with details message.
 
Method Summary
 
Methods inherited from class org.eclipse.smila.bulkbuilder.BulkbuilderException
isRecoverableCause
 
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

InvalidJobException

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

Parameters:
message - details message
cause - causing exception

InvalidJobException

public InvalidJobException(java.lang.String message)
create exception with details message and cause.

Parameters:
message - details message

SMILA 1.0 API documentation