public class SerializableException extends RuntimeException implements Serializable
RuntimeException that is also Serializable and hence can be safely used in caches that wants to be serialized (e.g. to disk).| Constructor and Description |
|---|
SerializableException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerializableException(String message)
Copyright © 2016–2022. All rights reserved.