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