@Deprecated public class AtomException extends Exception
com.rometools.rome.propono.atom.server.AtomHandler
and extended by
other Propono Atom exception classes.Constructor and Description |
---|
AtomException()
Deprecated.
Construct new exception
|
AtomException(String msg)
Deprecated.
Construct new exception with message
|
AtomException(String msg,
Throwable t)
Deprecated.
Contruct new exception with message and wrapping existing exception
|
AtomException(Throwable t)
Deprecated.
Construct new exception to wrap existing one.
|
Modifier and Type | Method and Description |
---|---|
int |
getStatus()
Deprecated.
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 © 2023. All rights reserved.