public class ResourceException
extends javax.ws.rs.WebApplicationException
| Constructor and Description |
|---|
ResourceException(String cause,
javax.ws.rs.core.Response.Status status,
ResourceErrorType errorType) |
ResourceException(String cause,
javax.ws.rs.core.Response.Status status,
ResourceErrorType errorType,
Object errorData) |
ResourceException(Throwable cause,
javax.ws.rs.core.Response.Status status,
ResourceErrorType errorType) |
ResourceException(Throwable cause,
javax.ws.rs.core.Response.Status status,
ResourceErrorType errorType,
Object errorData) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceException(@Nonnull Throwable cause, @Nonnull javax.ws.rs.core.Response.Status status, @Nonnull ResourceErrorType errorType)
public ResourceException(@Nonnull Throwable cause, @Nonnull javax.ws.rs.core.Response.Status status, @Nonnull ResourceErrorType errorType, @Nullable Object errorData)
public ResourceException(@Nonnull String cause, @Nonnull javax.ws.rs.core.Response.Status status, @Nonnull ResourceErrorType errorType)
Copyright © 2017 Atlassian. All rights reserved.