public class XMLException extends JaxmppException
Constructor and Description |
---|
XMLException()
Creates a new instance of
XMLException without detail
message. |
XMLException(String msg)
Constructs an instance of
XMLException with the specified
detail message. |
XMLException(String msg,
Throwable cause)
Constructs an instance of
XMLException with the specified
detail message and cause. |
XMLException(Throwable cause)
Constructs an instance of
XMLException with the specified
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XMLException()
XMLException
without detail
message.public XMLException(String msg)
XMLException
with the specified
detail message.msg
- the detail message.public XMLException(String msg, Throwable cause)
XMLException
with the specified
detail message and cause.msg
- the detail message.cause
- the cause.public XMLException(Throwable cause)
XMLException
with the specified
cause.cause
- the cause.Copyright © 2006–2022 Tigase. All rights reserved.