public class SerializerNotFoundException extends IOException implements Externalizable
| Constructor and Description |
|---|
SerializerNotFoundException(long uid) |
| Modifier and Type | Method and Description |
|---|---|
long |
getUid() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic long getUid()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException
readExternal in interface ExternalizableIOExceptionCopyright © 2019. All rights reserved.