@Deprecated public class AtomNotFoundException extends AtomException
| Constructor and Description |
|---|
AtomNotFoundException()
Deprecated.
Construct new exception
|
AtomNotFoundException(String msg)
Deprecated.
Construct new exception with message
|
AtomNotFoundException(String msg,
Throwable t)
Deprecated.
Construct new exception with message and root cause
|
AtomNotFoundException(Throwable t)
Deprecated.
Construct new exception with root cause
|
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus()
Deprecated.
Get HTTP status code associated with exception (404 not found)
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AtomNotFoundException()
public AtomNotFoundException(String msg)
public AtomNotFoundException(String msg, Throwable t)
public AtomNotFoundException(Throwable t)
public int getStatus()
getStatus in class AtomExceptionCopyright © 2023. All rights reserved.