public class ControlChannelIOException
extends java.io.IOException
Constructor and Description |
---|
ControlChannelIOException()
Constructs an
ControlChannelIOException with null
as its error detail message. |
ControlChannelIOException(java.lang.String message)
Constructs an
ControlChannelIOException with the specified detail message. |
public ControlChannelIOException()
ControlChannelIOException
with null
as its error detail message.public ControlChannelIOException(java.lang.String message)
ControlChannelIOException
with the specified detail message.message
- The detail message (which is saved for later retrieval
by the Throwable.getMessage()
method)Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.