public abstract class ApiException extends Exception
| Constructor and Description |
|---|
ApiException()
Construct a new API exception having no message and no cause.
|
ApiException(String message)
Construct a new API exception having the given message and no cause.
|
ApiException(String message,
Throwable cause)
Construct a new API exception having the given message and cause.
|
ApiException(Throwable cause)
Construct a new API exception having no message and the given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ApiException()
public ApiException(String message)
message - the exception messagepublic ApiException(Throwable cause)
cause - the exception causeCopyright © 2016–2019 CLX Communications. All rights reserved.