public interface StatusException
Modifier and Type | Field and Description |
---|---|
static int |
CODE_ERROR
The exception is unexpected and should result in an error.
|
static int |
CODE_INFO
The exception is for informational purposes
|
static int |
CODE_OK
The exception is ok and expected
|
static int |
CODE_WARNING
The exception is unexpected by may be handled, but a warning should be logged
|
Modifier and Type | Method and Description |
---|---|
Object |
getStatus()
Returns the status object
|
int |
getStatusCode()
Returns the status code
|
static final int CODE_OK
static final int CODE_INFO
static final int CODE_WARNING
static final int CODE_ERROR
Object getStatus()
int getStatusCode()
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.