Class FeathrDataOutputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linkedin.feathr.common.exception.FeathrException
com.linkedin.feathr.common.exception.FeathrDataOutputException
- All Implemented Interfaces:
Serializable
This exception is thrown when the data output cannot be written successfully.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFeathrDataOutputException(ErrorLabel errorLabel, String msg) FeathrDataOutputException(ErrorLabel errorLabel, String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FeathrDataOutputException
-
FeathrDataOutputException
-