Package com.luciad.ogc.ows.model
Class TLcdOWSTransportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.ogc.ows.model.TLcdOWSTransportException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TLcdOWSHttpTransportException
An exception indicating an error occurred at the transport layer level.
- Since:
- 8.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a newTLcdOWSTransportException.TLcdOWSTransportException(String aMessage) Constructs a newTLcdOWSTransportExceptionwith the given detail message.TLcdOWSTransportException(String aMessage, Throwable aCause) Constructs a newTLcdOWSTransportExceptionwith the given detail message and cause.TLcdOWSTransportException(Throwable aCause) Constructs a newTLcdOWSTransportExceptionwith the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcdOWSTransportException
public TLcdOWSTransportException()Constructs a newTLcdOWSTransportException. -
TLcdOWSTransportException
Constructs a newTLcdOWSTransportExceptionwith the given detail message.- Parameters:
aMessage- The detail message
-
TLcdOWSTransportException
Constructs a newTLcdOWSTransportExceptionwith the given detail message and cause.- Parameters:
aMessage- The detail messageaCause- The actual cause of the exception
-
TLcdOWSTransportException
Constructs a newTLcdOWSTransportExceptionwith the given cause.- Parameters:
aCause- The actual cause of the exception
-