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

public class TLcdOWSTransportException extends IOException
An exception indicating an error occurred at the transport layer level.
Since:
8.2
See Also:
  • Constructor Details

    • TLcdOWSTransportException

      public TLcdOWSTransportException()
      Constructs a new TLcdOWSTransportException.
    • TLcdOWSTransportException

      public TLcdOWSTransportException(String aMessage)
      Constructs a new TLcdOWSTransportException with the given detail message.
      Parameters:
      aMessage - The detail message
    • TLcdOWSTransportException

      public TLcdOWSTransportException(String aMessage, Throwable aCause)
      Constructs a new TLcdOWSTransportException with the given detail message and cause.
      Parameters:
      aMessage - The detail message
      aCause - The actual cause of the exception
    • TLcdOWSTransportException

      public TLcdOWSTransportException(Throwable aCause)
      Constructs a new TLcdOWSTransportException with the given cause.
      Parameters:
      aCause - The actual cause of the exception