@Deprecated public class AtomNotFoundException extends AtomException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Deprecated.
|
Constructor and Description |
---|
AtomNotFoundException()
Deprecated.
Construct new exception
|
AtomNotFoundException(java.lang.String msg)
Deprecated.
Construct new exception with message
|
AtomNotFoundException(java.lang.String msg,
java.lang.Throwable t)
Deprecated.
Construct new exception with message and root cause
|
AtomNotFoundException(java.lang.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)
|
private static final long serialVersionUID
public AtomNotFoundException()
public AtomNotFoundException(java.lang.String msg)
public AtomNotFoundException(java.lang.String msg, java.lang.Throwable t)
public AtomNotFoundException(java.lang.Throwable t)
public int getStatus()
getStatus
in class AtomException