microsoft.exchange.webservices.data
Class XmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by microsoft.exchange.webservices.data.XmlException
All Implemented Interfaces:
java.io.Serializable

public class XmlException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
XmlException()
          Instantiates a new argument exception.
XmlException(java.lang.String arg0)
          Instantiates a new argument exception.
XmlException(java.lang.String message, java.lang.Exception innerException)
          ServiceXmlDeserializationException Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlException

public XmlException()
Instantiates a new argument exception.


XmlException

public XmlException(java.lang.String arg0)
Instantiates a new argument exception.

Parameters:
arg0 - the arg0

XmlException

public XmlException(java.lang.String message,
                    java.lang.Exception innerException)
ServiceXmlDeserializationException Constructor.

Parameters:
message - the message
innerException - the inner exception