Class TLcdOWSDecodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.ogc.ows.model.TLcdOWSDecodingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TLcdOGCWMSException

public class TLcdOWSDecodingException extends IOException
An exception indicating an error occurred while decoding data received from an OpenGIS web service.
Since:
8.2
See Also:
  • Constructor Details

    • TLcdOWSDecodingException

      public TLcdOWSDecodingException()
      Constructs a new TLcdOWSDecodingException.
    • TLcdOWSDecodingException

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

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

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