|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.rometools.propono.atom.server.AtomException
org.rometools.propono.atom.server.AtomNotFoundException
public class AtomNotFoundException
Exception thrown by AtomHandler in that case a resource is not found.
| Constructor Summary | |
|---|---|
AtomNotFoundException()
Construct new exception |
|
AtomNotFoundException(String msg)
Construct new exception with message |
|
AtomNotFoundException(String msg,
Throwable t)
Construct new exception with message and root cause |
|
AtomNotFoundException(Throwable t)
Construct new exception with root cause |
|
| Method Summary | |
|---|---|
int |
getStatus()
Get HTTP status code associated with exception (404 not found) |
| 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 AtomNotFoundException()
public AtomNotFoundException(String msg)
public AtomNotFoundException(String msg,
Throwable t)
public AtomNotFoundException(Throwable t)
| Method Detail |
|---|
public int getStatus()
getStatus in class AtomException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||