public class RoutingException
extends javax.jbi.JBIException
Constructor and Description |
---|
RoutingException(String message)
the default contructor.
|
RoutingException(String message,
Throwable cause)
Constructor.
|
RoutingException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RoutingException(String message)
message
- the error messagepublic RoutingException(String message, Throwable cause)
message
- the error messagecause
- the cause of the errorpublic RoutingException(Throwable cause)
cause
- the cause of the errorCopyright © 2005-2016 Linagora. All Rights Reserved.