Package com.luciad.wms.client.model
Class TLcdOGCWMSHttpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.ogc.ows.model.TLcdOWSTransportException
com.luciad.ogc.ows.model.TLcdOWSHttpTransportException
com.luciad.wms.client.model.TLcdOGCWMSHttpException
- All Implemented Interfaces:
Serializable
Represents an exception that results from an invalid HTTP response
that was received from a server.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Returns the content of the error stream.Returns the content type of the error stream.Methods inherited from class com.luciad.ogc.ows.model.TLcdOWSHttpTransportException
getHeaderFields, getResponseCode
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getErrorStreamContent
public byte[] getErrorStreamContent()Returns the content of the error stream.- Returns:
- the content of the error stream.
-
getErrorStreamContentType
Returns the content type of the error stream.- Returns:
- the content type of the error stream.
-