public class NotFoundApplicationException extends NotFoundException
ApplicationException because
we don't want these to be wrapped or to rollback an ongoing transaction.| Constructor and Description |
|---|
NotFoundApplicationException() |
NotFoundApplicationException(String message) |
NotFoundApplicationException(String type,
String tenantId,
String id)
Create an exception indicating the resource with the specified id was not found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundApplicationException()
public NotFoundApplicationException(String type, String tenantId, String id)
resourceId - a resource idpublic NotFoundApplicationException(String message)
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.