Package com.bandwidth.iris.sdk
Class IrisClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.bandwidth.iris.sdk.IrisClientException
-
- All Implemented Interfaces:
Serializable
public class IrisClientException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IrisClientException(int statusCode, String errorCode, String description)IrisClientException(Throwable e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetErrorCode()intgetStatusCode()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-