public class SerializationException
extends org.springframework.core.NestedRuntimeException
| Constructor and Description |
|---|
SerializationException(String msg)
Constructs a new
SerializationException instance. |
SerializationException(String msg,
Throwable cause)
Constructs a new
SerializationException instance. |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerializationException(String msg)
SerializationException instance.msg - the detail messageCopyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.