public class ApiNotFoundException extends OS4JException
Constructor and Description |
---|
ApiNotFoundException(String message)
Instantiates a new ApiNotFoundException.
|
ApiNotFoundException(String message,
Throwable cause)
Instantiates a new ApiNotFoundException.
|
ApiNotFoundException(Throwable cause)
Instantiates a new ApiNotFoundException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ApiNotFoundException(String message, Throwable cause)
message
- the messagecause
- the causepublic ApiNotFoundException(String message)
message
- the messagepublic ApiNotFoundException(Throwable cause)
cause
- the causeCopyright © 2017. All rights reserved.