Package org.azd.exceptions
Class ApiException
java.lang.Object
org.azd.exceptions.ApiException
Represents API inner exception
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetId()voidsetErrorCode(int errorCode) voidsetEventId(int eventId) voidsetId(int id) voidsetInnerException(String innerException) voidsetMessage(String message) voidsetTypeKey(String typeKey) voidsetTypeName(String typeName) toString()
-
Constructor Details
-
ApiException
public ApiException()
-
-
Method Details
-
toString
-
getId
public int getId() -
setId
public void setId(int id) -
getInnerException
-
setInnerException
-
getMessage
-
setMessage
-
getTypeName
-
setTypeName
-
getTypeKey
-
setTypeKey
-
getErrorCode
public int getErrorCode() -
setErrorCode
public void setErrorCode(int errorCode) -
getEventId
public int getEventId() -
setEventId
public void setEventId(int eventId)
-