public class ChannelEndContructionException
extends java.lang.RuntimeException
Constructor and Description |
---|
ChannelEndContructionException()
Constructs a
ChannelEndConstructionException without a detail message or cause. |
ChannelEndContructionException(java.lang.String message)
Constructs a
ChannelEndConstructionException with a detail message. |
ChannelEndContructionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
ChannelEndContructionException with a detail message and underlying
cause. |
ChannelEndContructionException(java.lang.Throwable cause)
Constructs a
ChannelEndConstructionException with a cause indicator. |
public ChannelEndContructionException()
ChannelEndConstructionException
without a detail message or cause.public ChannelEndContructionException(java.lang.String message)
ChannelEndConstructionException
with a detail message.message
- the detail message indicating why the exception was raised.public ChannelEndContructionException(java.lang.String message, java.lang.Throwable cause)
ChannelEndContructionException
with a detail message and underlying
cause.message
- the detail message.cause
- the exception that was caught while trying to perform the construction operation.public ChannelEndContructionException(java.lang.Throwable cause)
ChannelEndConstructionException
with a cause indicator.cause
- the exception that was caught while trying to perform the construction operation.Copyright © 1996–2018. All rights reserved.