SMILA 1.0 API documentation

org.eclipse.smila.jobmanager.exceptions
Class ConfigNotFoundException

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.exceptions.JobManagerException
                  extended by org.eclipse.smila.jobmanager.exceptions.ConfigNotFoundException
All Implemented Interfaces:
java.io.Serializable, NotFoundHTTPResult

public class ConfigNotFoundException
extends JobManagerException
implements NotFoundHTTPResult

ConfigNotFoundException.

See Also:
Serialized Form

Constructor Summary
ConfigNotFoundException(java.lang.String message)
          create exception.
 
Method Summary
 
Methods inherited from class org.eclipse.smila.jobmanager.exceptions.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

ConfigNotFoundException

public ConfigNotFoundException(java.lang.String message)
create exception.

Parameters:
message - details

SMILA 1.0 API documentation