microsoft.exchange.webservices.data
Class FormatException

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

public class FormatException
extends java.lang.Exception

The Class FormatException.

See Also:
Serialized Form

Constructor Summary
FormatException()
          Instantiates a new format exception.
FormatException(java.lang.String arg0)
          Instantiates a new format exception.
FormatException(java.lang.String arg0, java.lang.Throwable arg1)
          Instantiates a new format exception.
FormatException(java.lang.Throwable arg0)
          Instantiates a new format exception.
 
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

FormatException

public FormatException()
Instantiates a new format exception.


FormatException

public FormatException(java.lang.String arg0,
                       java.lang.Throwable arg1)
Instantiates a new format exception.

Parameters:
arg0 - the arg0
arg1 - the arg1

FormatException

public FormatException(java.lang.String arg0)
Instantiates a new format exception.

Parameters:
arg0 - the arg0

FormatException

public FormatException(java.lang.Throwable arg0)
Instantiates a new format exception.

Parameters:
arg0 - the arg0