public class APIException extends V1Exception
Constructor and Description |
---|
APIException(String message)
Create with just a message
|
APIException(String message,
Exception inner)
Create with message and exception
|
APIException(String message,
String token)
Create with message and token
|
APIException(String message,
String token,
Exception inner)
Create with message, token, and exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public APIException(String message, String token)
message
- - error messagetoken
- - VersionOne object tokenpublic APIException(String message, String token, Exception inner)
message
- - String datatoken
- - String datainner
- - Exceptionpublic APIException(String message)
message
- - String dataCopyright © 2015 VersionOne, Inc.. All rights reserved.