Class GenieConversionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.netflix.genie.common.internal.exceptions.checked.GenieCheckedException
com.netflix.genie.common.internal.exceptions.checked.GenieConversionException
- All Implemented Interfaces:
Serializable
Failure to convert objects into wire format or vice versa.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor.GenieConversionException
(String message) Constructor with message.GenieConversionException
(String message, Throwable cause) Constructor with message and cause.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GenieConversionException
public GenieConversionException()Constructor. -
GenieConversionException
Constructor with message.- Parameters:
message
- message
-
GenieConversionException
Constructor with message and cause.- Parameters:
message
- messagecause
- cause
-
GenieConversionException
Constructor.- Parameters:
cause
- The root cause of this exception
-