public class AMQConnectionFailureException extends AMQException
| Constructor and Description |
|---|
AMQConnectionFailureException(AMQConstant errorCode,
String message,
Throwable cause) |
AMQConnectionFailureException(String message,
Collection<Exception> exceptions) |
AMQConnectionFailureException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Exception> |
getLinkedExceptions() |
cloneForCurrentThread, getErrorCode, isHardError, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AMQConnectionFailureException(AMQConstant errorCode, String message, Throwable cause)
public AMQConnectionFailureException(String message, Collection<Exception> exceptions)
public Collection<Exception> getLinkedExceptions()
Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.