Class AbiquoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.abiquo.apiclient.domain.exception.HttpException
-
- com.abiquo.apiclient.domain.exception.AbiquoException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DataBaseException
public class AbiquoException extends HttpException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbiquoException(int code, com.abiquo.model.transport.error.ErrorDto error)AbiquoException(int code, com.abiquo.model.transport.error.ErrorsDto errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.abiquo.model.transport.error.ErrorDtofirstError()com.abiquo.model.transport.error.ErrorDtogetError(String code)com.abiquo.model.transport.error.ErrorsDtogetErrors()booleanhasError(String code)-
Methods inherited from class com.abiquo.apiclient.domain.exception.HttpException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-