public class RegistrationException extends AeronException
Publication
s or Subscription
sConstructor and Description |
---|
RegistrationException(int errorCodeValue,
ErrorCode errorCode,
java.lang.String msg) |
Modifier and Type | Method and Description |
---|---|
ErrorCode |
errorCode()
Get the
ErrorCode for the specific exception. |
int |
errorCodeValue()
Value of the errorCode encoded.
|
java.lang.String |
getMessage() |
public RegistrationException(int errorCodeValue, ErrorCode errorCode, java.lang.String msg)
public ErrorCode errorCode()
ErrorCode
for the specific exception.ErrorCode
for the specific exception.public int errorCodeValue()
ErrorCode.UNKNOWN_CODE_VALUE
is returned.public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
Copyright © 2014-2018 Real Logic Ltd. All Rights Reserved.