public class SerializationException extends Exception
Copyright (c) 2019-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Constructor and Description |
---|
SerializationException()
Create a serialization exception.
|
SerializationException(String message)
Create a serialization exception.
|
SerializationException(String message,
Throwable cause)
Create a serialization exception.
|
SerializationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Create a serialization exception.
|
SerializationException(Throwable cause)
Create a serialization exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SerializationException()
public SerializationException(String message)
message
- the messagepublic SerializationException(Throwable cause)
cause
- the exception that caused the serialization exceptionpublic SerializationException(String message, Throwable cause)
message
- the messagecause
- the exception that caused the serialization exceptionpublic SerializationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the exception that caused the serialization exceptionenableSuppression
- to enable suppressions or notwritableStackTrace
- to have a writable stack trace or notCopyright © 2018–2019 Delft University of Technology. All rights reserved.