public class SerializerCreationException extends RuntimeException
Constructor and Description |
---|
SerializerCreationException()
Creates a new instance of SerializerCreationException.
|
SerializerCreationException(String explanation)
Creates a new instance of SerializerCreationException.
|
SerializerCreationException(String explanation,
Throwable cause)
Creates a new instance of SerializerCreationException.
|
SerializerCreationException(Throwable cause)
Creates a new instance of SerializerCreationException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SerializerCreationException()
public SerializerCreationException(String explanation)
explanation
- The message associated with the exceptionpublic SerializerCreationException(Throwable cause)
Copyright © 2012–2022 Apache Mavibot Project Parent. All rights reserved.