Google Cloud Dataflow SDK for Java, version 1.9.1
com.google.cloud.dataflow.sdk.coders
Class CoderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.google.cloud.dataflow.sdk.coders.CoderException
-
- All Implemented Interfaces:
- Serializable
public class CoderException extends IOException
AnException
thrown if there is a problem encoding or decoding a value.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description CoderException(String message)
CoderException(String message, Throwable cause)
CoderException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-