Class FormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- microsoft.exchange.webservices.data.core.exception.misc.FormatException
-
- All Implemented Interfaces:
Serializable
public class FormatException extends IllegalArgumentException
The Class FormatException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FormatException()Instantiates a new format exception.FormatException(String arg0)Instantiates a new format exception.FormatException(String arg0, Throwable arg1)Instantiates a new format exception.FormatException(Throwable arg0)Instantiates a new format exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FormatException
public FormatException()
Instantiates a new format exception.
-
FormatException
public FormatException(String arg0, Throwable arg1)
Instantiates a new format exception.- Parameters:
arg0- the arg0arg1- the arg1
-
FormatException
public FormatException(String arg0)
Instantiates a new format exception.- Parameters:
arg0- the arg0
-
FormatException
public FormatException(Throwable arg0)
Instantiates a new format exception.- Parameters:
arg0- the arg0
-
-