Package com.amazon.ion
Class UnsupportedIonVersionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazon.ion.IonException
-
- com.amazon.ion.UnsupportedIonVersionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsupportedIonVersionException extends IonException
An error caused by a request for an Ion version that is not supported by this implementation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedIonVersionException(java.lang.String unsupportedIonVersionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()java.lang.StringgetUnsuportedIonVersionId()-
Methods inherited from class com.amazon.ion.IonException
causeOfType
-
-