@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, toString
public AtomNotFoundException()
public AtomNotFoundException(String msg)
public AtomNotFoundException(String msg, Throwable t)
public AtomNotFoundException(Throwable t)
public int getStatus()
getStatus
in class AtomException
Copyright © 2017. All rights reserved.