@Internal public class UnloadableTypeSerializerException extends IOException
| Constructor and Description |
|---|
UnloadableTypeSerializerException(Exception cause,
byte[] serializerBytes)
Creates a new exception, with the cause of the read error and the original serializer bytes.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getSerializerBytes() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnloadableTypeSerializerException(Exception cause, byte[] serializerBytes)
cause - the cause of the read error.serializerBytes - the original serializer bytes.Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.