public class VersionNotSupportedException extends ReadException
| Constructor and Description |
|---|
VersionNotSupportedException(long supported,
long required,
Class<?> valueClass) |
| Modifier and Type | Method and Description |
|---|---|
long |
getVersionRequired() |
long |
getVersionSupported() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VersionNotSupportedException(long supported,
long required,
Class<?> valueClass)
Copyright © 2015. All rights reserved.