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

public class TLcdOWSServerException extends IOException
An exception indicating an error occurred at the web service level.
Since:
8.2
See Also:
  • Constructor Details

    • TLcdOWSServerException

      public TLcdOWSServerException(TLcdOWSExceptionReport aExceptionReport)
      Constructs a new TLcdOWSServerException with the given exception report.
      Parameters:
      aExceptionReport - An exception report.
    • TLcdOWSServerException

      public TLcdOWSServerException(TLcdOWSExceptionReport aExceptionReport, Throwable cause)
      Constructs a new TLcdOWSServerException with the given exception report and cause.
      Parameters:
      aExceptionReport - An exception report.
      cause - The actual cause of the exception.
  • Method Details

    • getExceptionReport

      public TLcdOWSExceptionReport getExceptionReport()
      Returns the report associated with this exception.
      Returns:
      the report associated with this exception.