public final class ContextError extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
long |
client_context_id |
byte[] |
error_token |
int |
major_status |
int |
minor_status |
Constructor and Description |
---|
ContextError() |
ContextError(long _client_context_id,
int _major_status,
int _minor_status,
byte[] _error_token) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.