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, Throwable cause)
SerializationException
instance.msg
- cause
- public SerializationException(String msg)
SerializationException
instance.msg
- Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.