Uses of Class
com.aducid.sdk.enums.ExceptionType
| Package | Description |
|---|---|
| com.aducid.sdk.common |
Interfaces and exceptions.
|
| com.aducid.sdk.enums |
Enumeration classes.
|
-
Uses of ExceptionType in com.aducid.sdk.common
Methods in com.aducid.sdk.common that return ExceptionType Modifier and Type Method Description ExceptionTypeAducidClientException. getType()Returns type. -
Uses of ExceptionType in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return ExceptionType Modifier and Type Method Description static ExceptionTypeExceptionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExceptionType[]ExceptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.