public class ResourceNotFoundException extends RuntimeException
ApplicationException because we don't want these to be wrapped or to rollback an ongoing
transaction.| Constructor and Description |
|---|
ResourceNotFoundException() |
ResourceNotFoundException(int resourceId)
Create an exception indicating the resource with the specified id was not found.
|
ResourceNotFoundException(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceNotFoundException()
public ResourceNotFoundException(int resourceId)
resourceId - a resource idpublic ResourceNotFoundException(String message)
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.