Package com.levigo.jadice.server
Class ConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.levigo.jadice.server.JobException
-
- com.levigo.jadice.server.ConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ConfigurationException extends JobException
An exception indicating a problem with a job's configuration or with the configuration of the job's node graph.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConfigurationException()
ConfigurationException(String message)
ConfigurationException(String message, Throwable cause)
ConfigurationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-