public class AuthManagerServiceException extends RuntimeException
| Constructor and Description |
|---|
AuthManagerServiceException(List<ServiceError> list) |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceError> |
getList()
Getter for error list.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AuthManagerServiceException(List<ServiceError> list)
list - The error list.public List<ServiceError> getList()
Copyright © 2020. All rights reserved.