Class DataBaseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.abiquo.apiclient.domain.exception.HttpException
-
- com.abiquo.apiclient.domain.exception.AbiquoException
-
- com.abiquo.apiclient.domain.exception.DataBaseException
-
- All Implemented Interfaces:
Serializable
public class DataBaseException extends AbiquoException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataBaseException(int code, com.abiquo.model.transport.error.ErrorDto error)DataBaseException(int code, com.abiquo.model.transport.error.ErrorsDto errors)
-
Method Summary
-
Methods inherited from class com.abiquo.apiclient.domain.exception.AbiquoException
firstError, getError, getErrors, hasError
-
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
-
-