Class ResultNotReadyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.n52.shetland.ogc.ows.exception.OwsExceptionReport
-
- org.n52.shetland.ogc.ows.exception.CodedException
-
- org.n52.shetland.ogc.wps.exception.CodedWpsException
-
- org.n52.shetland.ogc.wps.exception.ResultNotReadyException
-
- All Implemented Interfaces:
Serializable
public class ResultNotReadyException extends CodedWpsException
Implementation ofCodedWpsExceptionto be used ifThe result for the requested JobID has not yet been generated
-
-
Constructor Summary
Constructors Constructor Description ResultNotReadyException()ResultNotReadyException(Enum<?> parameterName, String value)ResultNotReadyException(String parameterName, String value)
-
Method Summary
-
Methods inherited from class org.n52.shetland.ogc.ows.exception.CodedException
at, at, causedBy, getCode, getExceptions, getLocator, getMessage, hasMessage, withMessage
-
Methods inherited from class org.n52.shetland.ogc.ows.exception.OwsExceptionReport
getNamespace, getStatus, getVersion, hasStatus, setStatus, setVersion
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-