Class TLcdOGCWMSHttpException

All Implemented Interfaces:
Serializable

public class TLcdOGCWMSHttpException extends TLcdOWSHttpTransportException
Represents an exception that results from an invalid HTTP response that was received from a server.
See Also:
  • Method Details

    • getErrorStreamContent

      public byte[] getErrorStreamContent()
      Returns the content of the error stream.
      Returns:
      the content of the error stream.
    • getErrorStreamContentType

      public String getErrorStreamContentType()
      Returns the content type of the error stream.
      Returns:
      the content type of the error stream.