public class MarketoRuntimeException extends RuntimeException
Constructor and Description |
---|
MarketoRuntimeException(String message) |
MarketoRuntimeException(String message,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static MarketoRuntimeException |
contentNotSupported(Object o) |
static MarketoRuntimeException |
errorConvertingEntityToJson(com.fasterxml.jackson.core.JsonProcessingException e) |
static MarketoRuntimeException |
errorEncodingStringToForm(UnsupportedEncodingException e) |
static MarketoRuntimeException |
fileNotFound(FileNotFoundException e) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MarketoRuntimeException(String message)
@NotNull public static MarketoRuntimeException errorConvertingEntityToJson(com.fasterxml.jackson.core.JsonProcessingException e)
@NotNull public static MarketoRuntimeException errorEncodingStringToForm(UnsupportedEncodingException e)
@NotNull public static MarketoRuntimeException fileNotFound(FileNotFoundException e)
@NotNull public static MarketoRuntimeException contentNotSupported(Object o)
Copyright © 2010–2018. All rights reserved.