public class TimeOutException extends JBIException
| Constructor and Description |
|---|
TimeOutException(String aMessage)
Creates a new instance of TimeOutException with an exception
message.
|
TimeOutException(String aMessage,
Throwable aCause)
Creates a new instance of TimeOutException with the specified
message and cause.
|
TimeOutException(Throwable aCause)
Creates a new instance of TimeOutException with the specified
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TimeOutException(String aMessage)
aMessage - String describing this exception.public TimeOutException(String aMessage, Throwable aCause)
aMessage - String describing this exception.aCause - Throwable which represents an underlying problem
(or null).public TimeOutException(Throwable aCause)
aCause - Throwable which represents an underlying problem
(or null).Copyright © 2011-2016 OpenESB Community. All Rights Reserved.