public class AmqpErrorException extends Exception
Constructor and Description |
---|
AmqpErrorException(Error error) |
AmqpErrorException(ErrorCondition condition) |
AmqpErrorException(ErrorCondition condition,
String format,
Object... args) |
Modifier and Type | Method and Description |
---|---|
Error |
getError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AmqpErrorException(Error error)
public AmqpErrorException(ErrorCondition condition)
public AmqpErrorException(ErrorCondition condition, String format, Object... args)
public Error getError()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.