Class HttpErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- microsoft.exchange.webservices.data.core.exception.http.HttpErrorException
-
- All Implemented Interfaces:
Serializable
public class HttpErrorException extends Exception
User: nwoodham Date: 3/8/11 Time: 5:30 PM- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpErrorException()HttpErrorException(String message, int code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetHttpErrorCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HttpErrorException
public HttpErrorException()
-
HttpErrorException
public HttpErrorException(String message, int code)
-
-
Method Detail
-
getHttpErrorCode
public int getHttpErrorCode()
-
-