public class ServiceException extends RuntimeException
| Constructor and Description |
|---|
ServiceException()
Create a new instance
|
ServiceException(APIError error)
Create a new instance
|
ServiceException(Exception e)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
APIError |
getError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceException()
public ServiceException(APIError error)
error - public ServiceException(Exception e)
e - public APIError getError()
Copyright © 2016. All rights reserved.