Package one.nio.serial
Class SerializerNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
one.nio.serial.SerializerNotFoundException
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SerializerNotFoundException
public SerializerNotFoundException(long uid)
-
-
Method Details
-
getUid
public long getUid() -
toString
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOException
-