|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.n52.wps.server.ExceptionReport
public class ExceptionReport
encapsulates a exception, which occured by service execution and which has to lead to a service Exception as specified in the spec.
| Field Summary | |
|---|---|
protected java.lang.String |
errorKey
|
static java.lang.String |
FILE_SIZE_EXCEEDED
The file size of one of the input parameters was too large for this process to handle. |
static java.lang.String |
INVALID_PARAMETER_VALUE
Operation request contains an invalid parameter value |
static java.lang.String |
INVALID_UPDATE_SEQUENCE
|
protected java.lang.String |
locator
|
static java.lang.String |
MISSING_PARAMETER_VALUE
Operation request does not include a parameter value, and this server did not declare a default value for that parameter |
static java.lang.String |
NO_APPLICABLE_CODE
No other exceptionCode specified by this service and server applies to this exception |
static java.lang.String |
OPERATION_NOT_SUPPORTED
|
static java.lang.String |
REMOTE_COMPUTATION_ERROR
An error occurs during remote and distributed computation process. |
static java.lang.String |
SERVER_BUSY
The server is too busy to accept and queue the request at this time. |
static java.lang.String |
VERSION_NEGOTIATION_FAILED
|
| Constructor Summary | |
|---|---|
ExceptionReport(java.lang.String message,
java.lang.String errorKey)
|
|
ExceptionReport(java.lang.String message,
java.lang.String errorKey,
java.lang.String locator)
|
|
ExceptionReport(java.lang.String message,
java.lang.String errorKey,
java.lang.String locator,
java.lang.Throwable e)
|
|
ExceptionReport(java.lang.String message,
java.lang.String errorKey,
java.lang.Throwable e)
|
|
| Method Summary | |
|---|---|
net.opengis.ows.x11.ExceptionReportDocument |
getExceptionDocument()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String OPERATION_NOT_SUPPORTED
public static final java.lang.String MISSING_PARAMETER_VALUE
public static final java.lang.String INVALID_PARAMETER_VALUE
public static final java.lang.String VERSION_NEGOTIATION_FAILED
public static final java.lang.String INVALID_UPDATE_SEQUENCE
public static final java.lang.String NO_APPLICABLE_CODE
public static final java.lang.String SERVER_BUSY
public static final java.lang.String FILE_SIZE_EXCEEDED
public static final java.lang.String REMOTE_COMPUTATION_ERROR
protected java.lang.String errorKey
protected java.lang.String locator
| Constructor Detail |
|---|
public ExceptionReport(java.lang.String message,
java.lang.String errorKey)
public ExceptionReport(java.lang.String message,
java.lang.String errorKey,
java.lang.Throwable e)
public ExceptionReport(java.lang.String message,
java.lang.String errorKey,
java.lang.String locator)
public ExceptionReport(java.lang.String message,
java.lang.String errorKey,
java.lang.String locator,
java.lang.Throwable e)
| Method Detail |
|---|
public net.opengis.ows.x11.ExceptionReportDocument getExceptionDocument()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||