public class HelloSignException extends Exception
Constructor and Description |
---|
HelloSignException(Exception e) |
HelloSignException(String message) |
HelloSignException(String message,
Integer httpCode,
String type) |
HelloSignException(String message,
Integer httpCode,
String type,
Exception e) |
HelloSignException(String message,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
Integer |
getHttpCode()
Returns the HTTP code associated with a HelloSign API call.
|
String |
getType()
Returns the HelloSign API error type.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HelloSignException(Exception e)
public HelloSignException(String message)
public Integer getHttpCode()
public String getType()
Copyright © 2015 HelloSign. All rights reserved.