public class SerializationException extends RuntimeException
| 构造器和说明 |
|---|
SerializationException()
Constructs a new
SerializationException without specified detail message. |
SerializationException(String msg)
Constructs a new
SerializationException with specified detail message. |
SerializationException(String msg,
Throwable cause)
Constructs a new
SerializationException with specified detail message and nested
Throwable. |
SerializationException(Throwable cause)
Constructs a new
SerializationException with specified nested Throwable. |
public SerializationException()
SerializationException without specified detail message.public SerializationException(String msg)
SerializationException with specified detail message.msg - The error message.public SerializationException(Throwable cause)
SerializationException with specified nested Throwable.cause - The Exception or Error that caused this exception to be thrown.Copyright © 2024 The Apache Software Foundation. All rights reserved.