SMILA (incubation) API documentation

org.eclipse.smila.jobmanager.persistence
Class RunStorageException

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.jobmanager.JobManagerException
                  extended by org.eclipse.smila.jobmanager.persistence.RunStorageException
All Implemented Interfaces:
java.io.Serializable

public class RunStorageException
extends JobManagerException

RunStorageException.

See Also:
Serialized Form

Constructor Summary
RunStorageException(java.lang.String message, boolean recoverable)
          .
RunStorageException(java.lang.String message, java.lang.Throwable cause)
          .
RunStorageException(java.lang.String message, java.lang.Throwable cause, boolean recoverable)
          .
 
Method Summary
 
Methods inherited from class org.eclipse.smila.jobmanager.JobManagerException
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

RunStorageException

public RunStorageException(java.lang.String message,
                           java.lang.Throwable cause)
.


RunStorageException

public RunStorageException(java.lang.String message,
                           boolean recoverable)
.


RunStorageException

public RunStorageException(java.lang.String message,
                           java.lang.Throwable cause,
                           boolean recoverable)
.


SMILA (incubation) API documentation