public class TimeoutException extends ChannelException
TimeoutException
when no data was either read or written within a
certain period of time.Constructor and Description |
---|
TimeoutException()
Creates a new instance.
|
TimeoutException(String message)
Creates a new instance.
|
TimeoutException(String message,
Throwable cause)
Creates a new instance.
|
TimeoutException(Throwable cause)
Creates a new instance.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2008-2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.