public class BitmovinException extends RuntimeException
Constructor and Description |
---|
BitmovinException() |
BitmovinException(String message) |
BitmovinException(String message,
int httpStatusCode,
String rawJsonResponse) |
BitmovinException(String message,
String shortmessage,
int httpStatusCode,
String rawJsonResponse,
ResponseError responseError) |
Modifier and Type | Method and Description |
---|---|
List<Message> |
getDetails() |
String |
getDeveloperMessage() |
int |
getErrorCode() |
int |
getHttpStatusCode() |
List<Link> |
getLinks() |
String |
getRawJson() |
String |
getRequestId() |
String |
getShortmessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BitmovinException()
public BitmovinException(String message)
public BitmovinException(String message, int httpStatusCode, String rawJsonResponse)
public BitmovinException(String message, String shortmessage, int httpStatusCode, String rawJsonResponse, ResponseError responseError)
Copyright © 2022. All rights reserved.