org.codeforamerica.open311.facade.exceptions
Class APIWrapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codeforamerica.open311.facade.exceptions.APIWrapperException
- All Implemented Interfaces:
- Serializable
public class APIWrapperException
- extends Exception
Thrown if it was any problem performing an operation through the
APIWrapper
.
- Author:
- Santiago Munín
- See Also:
- Serialized Form
APIWrapperException
public APIWrapperException(String message,
APIWrapperException.Error error,
GeoReportV2Error geoReportError)
getSerialversionuid
public static long getSerialversionuid()
getError
public APIWrapperException.Error getError()
getGeoReportError
public GeoReportV2Error getGeoReportError()
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2013 Code for America. All Rights Reserved.