Class XmlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.xml.XmlException
-
- All Implemented Interfaces:
Serializable
public class XmlException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlException()Instantiates a new argument exception.XmlException(String arg0)Instantiates a new argument exception.XmlException(String message, Exception innerException)ServiceXmlDeserializationException Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmlException
public XmlException()
Instantiates a new argument exception.
-
XmlException
public XmlException(String arg0)
Instantiates a new argument exception.- Parameters:
arg0- the arg0
-
XmlException
public XmlException(String message, Exception innerException)
ServiceXmlDeserializationException Constructor.- Parameters:
message- the messageinnerException- the inner exception
-
-