|
||||||||||
| 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
public class AtomException
Exception thrown by com.sun.syndication.propono.atom.server.AtomHandler
and extended by other Propono Atom exception classes.
| Constructor Summary | |
|---|---|
AtomException()
Construct new exception |
|
AtomException(String msg)
Construct new exception with message |
|
AtomException(String msg,
Throwable t)
Contruct new exception with message and wrapping existing exception |
|
AtomException(Throwable t)
Construct new exception to wrap existing one. |
|
| Method Summary | |
|---|---|
int |
getStatus()
Get HTTP status associated with exception. |
| 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 AtomException()
public AtomException(String msg)
public AtomException(String msg,
Throwable t)
public AtomException(Throwable t)
| Method Detail |
|---|
public int getStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||