public class QiConversionException extends QiException
QiConversionException is an exception indicating that a custom
object could not be serialized and deserialized to or from a supported type.| Constructor and Description |
|---|
QiConversionException()
Constructs a
QiConversionException. |
QiConversionException(String message)
Constructs a
QiConversionException with the specified detail message. |
QiConversionException(String message,
Throwable cause)
Constructs a
QiConversionException with the specified detail message
and cause. |
QiConversionException(Throwable cause)
Constructs a
QiConversionException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QiConversionException()
QiConversionException.public QiConversionException(String message, Throwable cause)
QiConversionException with the specified detail message
and cause.message - the detail message.cause - the cause.public QiConversionException(String message)
QiConversionException with the specified detail message.message - the detail message.public QiConversionException(Throwable cause)
QiConversionException with the specified cause.cause - the cause.Copyright © 2020. All rights reserved.