public class XmlParseException extends JBIException
| Constructor and Description |
|---|
XmlParseException(String aMessage)
Creates a new instance of XmlParseException with an exception
message.
|
XmlParseException(String aMessage,
Throwable aCause)
Creates a new instance of XmlParseException with the specified
message and cause.
|
XmlParseException(Throwable aCause)
Creates a new instance of XmlParseException with the specified
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XmlParseException(String aMessage)
aMessage - String describing this exception.public XmlParseException(String aMessage, Throwable aCause)
aMessage - String describing this exception.aCause - Throwable which represents an underlying problem
(or null).public XmlParseException(Throwable aCause)
aCause - Throwable which represents an underlying problem
(or null).Copyright © 2011-2016 OpenESB Community. All Rights Reserved.