Package org.azd.exceptions
Class ApiException
java.lang.Object
org.azd.exceptions.ApiException
Represents API inner exception
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getId()
void
setErrorCode
(int errorCode) void
setEventId
(int eventId) void
setId
(int id) void
setInnerException
(String innerException) void
setMessage
(String message) void
setTypeKey
(String typeKey) void
setTypeName
(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)
-