public class AtomException extends Exception
com.rometools.rome.propono.atom.server.AtomHandler
and extended by
other Propono Atom exception classes.Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
getStatus()
Get HTTP status associated with exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AtomException()
public AtomException(String msg)
public AtomException(String msg, Throwable t)
public AtomException(Throwable t)
Copyright © 2017. All rights reserved.