public class ManagementException extends RuntimeException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int getStatusCode()
public static ManagementException createNotFoundManagementException(Exception e)
public static ManagementException createNotFoundManagementException(String message)
public static ManagementException createGoneManagementException(String message)
public static ManagementException createUnprocessableManagementException(String message)
public static ManagementException createUnprocessableManagementException(Exception e)
public static ManagementException createNotAllowedManagementException(String message, Map<String,String> headers)
public static ManagementException createForbiddenManagementException(String message)
public static ManagementException createForbiddenManagementException(Exception e)
public static ManagementException createInternalServerErrorManagementException(String message)
public static ManagementException createInternalServerErrorManagementException(String message, Exception e)
public static ManagementException createBadRequestManagementException(String message)
public static ManagementException createBadRequestManagementException(String message, Throwable e)
public static ManagementException toManagementException(RuntimeException e, String categoryMapping, List<String> path)
public static ManagementException handleError(Error e)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.