|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rhq.enterprise.server.resource.ResourceNotFoundException
public class ResourceNotFoundException
Indicates a query for a single JON resource did not return any results. Note, we intentionally do not provide constructors that take a cause, since the three screen long Hibernate stack trace doesn't add any value here.
| Constructor Summary | |
|---|---|
ResourceNotFoundException(int resourceId)
Create an exception indicating the resource with the specified id was not found. |
|
ResourceNotFoundException(java.lang.String message)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResourceNotFoundException(int resourceId)
resourceId - a resource idpublic ResourceNotFoundException(java.lang.String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||