Class ConfigureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.agent.execution.exceptions.ConfigureException
- All Implemented Interfaces:
- Serializable
Failure to obtain configuration properties from server.
- Since:
- 4.0.0
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionConfigureException(String message) Constructor with message.ConfigureException(String message, Throwable cause) Constructor with message and cause.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ConfigureExceptionConstructor with message.- Parameters:
- message- a message
 
- 
ConfigureExceptionConstructor with message and cause.- Parameters:
- message- a message
- cause- a cause
 
 
-