public class MarketoException extends Exception
Constructor and Description |
---|
MarketoException(List<MarketoErrorResponse> error) |
MarketoException(String message) |
MarketoException(String message,
Throwable e) |
Modifier and Type | Method and Description |
---|---|
List<MarketoErrorResponse> |
getErrors() |
static MarketoException |
importLeadFileNotFound(javax.ws.rs.NotFoundException e) |
static MarketoException |
objectNotFound() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MarketoException(List<MarketoErrorResponse> error)
public MarketoException(String message)
@NotNull public static MarketoException importLeadFileNotFound(javax.ws.rs.NotFoundException e)
@NotNull public static MarketoException objectNotFound()
public List<MarketoErrorResponse> getErrors()
Copyright © 2010–2018. All rights reserved.