public class TimeoutException extends CommunicationException
CommunicationException
,
Serialized FormConstructor and Description |
---|
TimeoutException()
Creates a
TimeoutException with as its
error detail message. |
TimeoutException(String message)
Creates a
TimeoutException with the specified message. |
TimeoutException(String message,
Throwable cause)
Creates a
TimeoutException with the specified message and cause. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TimeoutException()
TimeoutException
with as its
error detail message.public TimeoutException(String message)
TimeoutException
with the specified message.message
- The associated message.public TimeoutException(String message, Throwable cause)
TimeoutException
with the specified message and cause.message
- The associated message.cause
- The cause of this exception.Throwable
© Copyright 2014–2014 Digi International Inc. All rights reserved.