Class SetUpJobException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.netflix.genie.agent.execution.exceptions.SetUpJobException
-
- All Implemented Interfaces:
java.io.Serializable
public class SetUpJobException extends java.lang.Exception
Exception during the set up of a job.- Since:
- 4.0.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SetUpJobException(java.lang.String messsage)
Construct with message.SetUpJobException(java.lang.String message, java.lang.Throwable cause)
Construct with a message and a cause.
-
-
-
Constructor Detail
-
SetUpJobException
public SetUpJobException(java.lang.String messsage)
Construct with message.- Parameters:
messsage
- a message
-
SetUpJobException
public SetUpJobException(java.lang.String message, java.lang.Throwable cause)
Construct with a message and a cause.- Parameters:
message
- a messagecause
- a cause
-
-