Class EWSHttpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.http.EWSHttpException
-
- All Implemented Interfaces:
Serializable
public class EWSHttpException extends Exception
The Class EWSHttpException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EWSHttpException()Instantiates a new EWS http exception.EWSHttpException(String arg0)Instantiates a new EWS http exception.EWSHttpException(String arg0, Throwable arg1)Instantiates a new EWS http exception.EWSHttpException(Throwable arg0)Instantiates a new EWS http 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
-
EWSHttpException
public EWSHttpException()
Instantiates a new EWS http exception.
-
EWSHttpException
public EWSHttpException(String arg0, Throwable arg1)
Instantiates a new EWS http exception.- Parameters:
arg0- the arg0arg1- the arg1
-
EWSHttpException
public EWSHttpException(String arg0)
Instantiates a new EWS http exception.- Parameters:
arg0- the arg0
-
EWSHttpException
public EWSHttpException(Throwable arg0)
Instantiates a new EWS http exception.- Parameters:
arg0- the arg0
-
-