public class XmlEncodingException extends RuntimeException
| Constructor and Description |
|---|
XmlEncodingException(String message)
Constructs a new
XmlEncodingException with the specified detail message. |
XmlEncodingException(String message,
Throwable cause)
Constructs a new
XmlEncodingException with the specified detail message and cause. |
XmlEncodingException(Throwable cause)
Constructs a new
XmlEncodingException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XmlEncodingException(String message)
XmlEncodingException with the specified detail message.message - the detail message.public XmlEncodingException(String message, Throwable cause)
XmlEncodingException with the specified detail message and cause.message - the detail messagecause - the causepublic XmlEncodingException(Throwable cause)
XmlEncodingException with the specified cause.cause - the cause.Copyright © 2014. All rights reserved.