public class SerializationException extends 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, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SerializationException(String msg)
SerializationException
instance.msg
- public SerializationException(String msg, Throwable cause)
SerializationException
instance.msg
- the detail message.cause
- the nested exception.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.