Modifier and Type | Method and Description |
---|---|
Error |
ValueProducingProtocolHandler.getError() |
Modifier and Type | Method and Description |
---|---|
Error |
ConnectionEndpoint.getRemoteError() |
Modifier and Type | Method and Description |
---|---|
void |
LinkEndpoint.close(Error error) |
void |
ConnectionEndpoint.close(Error error) |
void |
LinkEndpoint.detach(Error error) |
void |
ErrorHandler.handleError(Error error) |
void |
ConnectionEndpoint.handleError(Error error) |
boolean |
SessionEndpoint.isSyntheticError(Error error) |
Modifier and Type | Method and Description |
---|---|
Error |
AmqpErrorException.getError() |
Constructor and Description |
---|
AmqpErrorException(Error error) |
Modifier and Type | Method and Description |
---|---|
Error |
Rejected.getError() |
Modifier and Type | Method and Description |
---|---|
void |
Rejected.setError(Error error) |
Modifier and Type | Method and Description |
---|---|
Error |
Detach.getError() |
Error |
Close.getError() |
Error |
End.getError() |
Modifier and Type | Method and Description |
---|---|
void |
Detach.setError(Error error) |
void |
Close.setError(Error error) |
void |
End.setError(Error error) |
Modifier and Type | Method and Description |
---|---|
Error |
ErrorConstructor.construct(Object underlying) |
Modifier and Type | Method and Description |
---|---|
protected void |
ErrorWriter.onSetValue(Error value) |
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.