Class ContextMachineException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.ikasan.job.orchestration.core.machine.ContextMachineException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContextMachineException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContextMachineException()ContextMachineException(java.lang.String message)ContextMachineException(java.lang.String message, java.lang.Throwable cause)ContextMachineException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)ContextMachineException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ContextMachineException
public ContextMachineException()
-
ContextMachineException
public ContextMachineException(java.lang.String message)
-
ContextMachineException
public ContextMachineException(java.lang.String message, java.lang.Throwable cause)
-
ContextMachineException
public ContextMachineException(java.lang.Throwable cause)
-
ContextMachineException
public ContextMachineException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-