public class TLcdOWSTransportException
extends java.io.IOException
Constructor and Description |
---|
TLcdOWSTransportException()
Constructs a new
TLcdOWSTransportException . |
TLcdOWSTransportException(java.lang.String aMessage)
Constructs a new
TLcdOWSTransportException
with the given detail message. |
TLcdOWSTransportException(java.lang.String aMessage,
java.lang.Throwable aCause)
Constructs a new
TLcdOWSTransportException
with the given detail message and cause. |
TLcdOWSTransportException(java.lang.Throwable aCause)
Constructs a new
TLcdOWSTransportException
with the given cause. |
public TLcdOWSTransportException()
TLcdOWSTransportException
.public TLcdOWSTransportException(java.lang.String aMessage)
TLcdOWSTransportException
with the given detail message.aMessage
- The detail messagepublic TLcdOWSTransportException(java.lang.String aMessage, java.lang.Throwable aCause)
TLcdOWSTransportException
with the given detail message and cause.aMessage
- The detail messageaCause
- The actual cause of the exceptionpublic TLcdOWSTransportException(java.lang.Throwable aCause)
TLcdOWSTransportException
with the given cause.aCause
- The actual cause of the exception