public class SerializerException extends Exception
| 限定符 | 构造器和说明 |
|---|---|
|
SerializerException() |
|
SerializerException(String message) |
|
SerializerException(String message,
Throwable cause) |
protected |
SerializerException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
SerializerException(Throwable cause) |
Copyright © 2019. All rights reserved.