Package com.luciad.ogc.ows.model
Class TLcdOWSServerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.ogc.ows.model.TLcdOWSServerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TLcdOGCWMSServiceException
An exception indicating an error occurred at the web service level.
- Since:
- 8.2
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdOWSServerException
(TLcdOWSExceptionReport aExceptionReport) Constructs a newTLcdOWSServerException
with the given exception report.TLcdOWSServerException
(TLcdOWSExceptionReport aExceptionReport, Throwable cause) Constructs a newTLcdOWSServerException
with the given exception report and cause. -
Method Summary
Modifier and TypeMethodDescriptionReturns the report associated with this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcdOWSServerException
Constructs a newTLcdOWSServerException
with the given exception report.- Parameters:
aExceptionReport
- An exception report.
-
TLcdOWSServerException
Constructs a newTLcdOWSServerException
with the given exception report and cause.- Parameters:
aExceptionReport
- An exception report.cause
- The actual cause of the exception.
-
-
Method Details
-
getExceptionReport
Returns the report associated with this exception.- Returns:
- the report associated with this exception.
-