public class AAbort extends IOException
Modifier and Type | Field and Description |
---|---|
static int |
INVALID_PDU_PARAMETER_VALUE |
private int |
reason |
static int |
REASON_NOT_SPECIFIED |
private static String[][] |
REASONS |
private static long |
serialVersionUID |
private static String[] |
SERVICE_PROVIDER_REASONS |
private static String[] |
SERVICE_USER_REASONS |
private int |
source |
private static String[] |
SOURCES |
static int |
UL_SERIVE_PROVIDER |
static int |
UL_SERIVE_USER |
static int |
UNEXPECTED_PDU |
static int |
UNEXPECTED_PDU_PARAMETER |
static int |
UNRECOGNIZED_PDU |
static int |
UNRECOGNIZED_PDU_PARAMETER |
Constructor and Description |
---|
AAbort() |
AAbort(int source,
int reason) |
Modifier and Type | Method and Description |
---|---|
int |
getReason() |
int |
getSource() |
private static String |
toReason(int source,
int reason) |
String |
toString() |
private static String |
toString(String[] ss,
int i) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
private static final long serialVersionUID
public static final int UL_SERIVE_USER
public static final int UL_SERIVE_PROVIDER
public static final int REASON_NOT_SPECIFIED
public static final int UNRECOGNIZED_PDU
public static final int UNEXPECTED_PDU
public static final int UNRECOGNIZED_PDU_PARAMETER
public static final int UNEXPECTED_PDU_PARAMETER
public static final int INVALID_PDU_PARAMETER_VALUE
private static final String[] SERVICE_USER_REASONS
private static final String[] SERVICE_PROVIDER_REASONS
private final int source
private final int reason
Copyright © 2017 dcm4che.org. All rights reserved.