public class TLcdOWSServerException
extends java.io.IOException
Constructor and Description |
---|
TLcdOWSServerException(TLcdOWSExceptionReport aExceptionReport)
Constructs a new
TLcdOWSServerException
with the given exception report. |
TLcdOWSServerException(TLcdOWSExceptionReport aExceptionReport,
java.lang.Throwable cause)
Constructs a new
TLcdOWSServerException
with the given exception report and cause. |
Modifier and Type | Method and Description |
---|---|
TLcdOWSExceptionReport |
getExceptionReport()
Returns the report associated with this exception.
|
public TLcdOWSServerException(TLcdOWSExceptionReport aExceptionReport)
TLcdOWSServerException
with the given exception report.aExceptionReport
- An exception report.public TLcdOWSServerException(TLcdOWSExceptionReport aExceptionReport, java.lang.Throwable cause)
TLcdOWSServerException
with the given exception report and cause.aExceptionReport
- An exception report.cause
- The actual cause of the exception.public TLcdOWSExceptionReport getExceptionReport()