public class SerializationException extends CodecException
| 构造器和说明 |
|---|
SerializationException()
Constructor.
|
SerializationException(String message)
Constructor.
|
SerializationException(String message,
boolean serverSide)
Constructor.
|
SerializationException(String message,
Throwable cause)
Constructor.
|
SerializationException(String message,
Throwable cause,
boolean serverSide)
Constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
isServerSide()
Getter method for property serverSide.
|
Copyright © 2021. All rights reserved.