public class MetacoClientException extends Exception
Constructor and Description |
---|
MetacoClientException(MetacoErrorResult errorResult,
MetacoErrorsDefinitions.ErrorType errorType,
String content,
int statusCode) |
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
MetacoErrorsDefinitions.ErrorType |
getErrorType() |
MetacoErrorResult |
getMetacoError() |
int |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MetacoClientException(MetacoErrorResult errorResult, MetacoErrorsDefinitions.ErrorType errorType, String content, int statusCode)
public MetacoErrorResult getMetacoError()
public MetacoErrorsDefinitions.ErrorType getErrorType()
public String getContent()
public int getStatusCode()
Copyright © 2016 Metaco. All rights reserved.