public class AAssociateRJ extends IOException
| Modifier and Type | Field and Description |
|---|---|
static int |
REASON_APP_CTX_NAME_NOT_SUPPORTED |
static int |
REASON_CALLED_AET_NOT_RECOGNIZED |
static int |
REASON_CALLING_AET_NOT_RECOGNIZED |
static int |
REASON_LOCAL_LIMIT_EXCEEDED |
static int |
REASON_NO_REASON_GIVEN |
static int |
REASON_PROTOCOL_VERSION_NOT_SUPPORTED |
static int |
REASON_TEMPORARY_CONGESTION |
static int |
RESULT_REJECTED_PERMANENT |
static int |
RESULT_REJECTED_TRANSIENT |
static int |
SOURCE_SERVICE_PROVIDER_ACSE |
static int |
SOURCE_SERVICE_PROVIDER_PRES |
static int |
SOURCE_SERVICE_USER |
| Constructor and Description |
|---|
AAssociateRJ(int result,
int source,
int reason) |
| Modifier and Type | Method and Description |
|---|---|
int |
getReason() |
int |
getResult() |
int |
getSource() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic static final int RESULT_REJECTED_PERMANENT
public static final int RESULT_REJECTED_TRANSIENT
public static final int SOURCE_SERVICE_USER
public static final int SOURCE_SERVICE_PROVIDER_ACSE
public static final int SOURCE_SERVICE_PROVIDER_PRES
public static final int REASON_NO_REASON_GIVEN
public static final int REASON_APP_CTX_NAME_NOT_SUPPORTED
public static final int REASON_CALLING_AET_NOT_RECOGNIZED
public static final int REASON_CALLED_AET_NOT_RECOGNIZED
public static final int REASON_PROTOCOL_VERSION_NOT_SUPPORTED
public static final int REASON_TEMPORARY_CONGESTION
public static final int REASON_LOCAL_LIMIT_EXCEEDED
Copyright © 2020. All rights reserved.