public class SerializerException extends RuntimeException
Constructor and Description |
---|
SerializerException(Byte type)
Constructor for SerializerException specifying serializer type.
|
SerializerException(String message)
Constructor for SerializerException specifying exception message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SerializerException(Byte type)
type
- serializer type not found for client.public SerializerException(String message)
message
- exception message.Copyright © 2019 CorfuDB. All rights reserved.