public class ChannelEndContructionException extends RuntimeException
Constructor and Description |
---|
ChannelEndContructionException()
Constructs a
ChannelEndConstructionException without a detail message or cause. |
ChannelEndContructionException(String message)
Constructs a
ChannelEndConstructionException with a detail message. |
ChannelEndContructionException(String message,
Throwable cause)
Constructs a
ChannelEndContructionException with a detail message and underlying
cause. |
ChannelEndContructionException(Throwable cause)
Constructs a
ChannelEndConstructionException with a cause indicator. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChannelEndContructionException()
ChannelEndConstructionException
without a detail message or cause.public ChannelEndContructionException(String message)
ChannelEndConstructionException
with a detail message.message
- the detail message indicating why the exception was raised.public ChannelEndContructionException(String message, 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(Throwable cause)
ChannelEndConstructionException
with a cause indicator.cause
- the exception that was caught while trying to perform the construction operation.Copyright © 1996–2015. All rights reserved.