org.dcm4che2.net.pdu
Class AAssociateRJ
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.dcm4che2.net.pdu.AAssociateRJ
- All Implemented Interfaces:
- java.io.Serializable
public class AAssociateRJ
- extends java.io.IOException
- Since:
- Sep 15, 2005
- Version:
- $Revision: 7318 $ $Date: 2008-10-01 13:41:58 +0200 (Wed, 01 Oct 2008) $
- Author:
- gunter zeilinger(gunterze@gmail.com)
- See Also:
- Serialized Form
Constructor Summary |
AAssociateRJ(int result,
int source,
int reason)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RESULT_REJECTED_PERMANENT
public static final int RESULT_REJECTED_PERMANENT
- See Also:
- Constant Field Values
RESULT_REJECTED_TRANSIENT
public static final int RESULT_REJECTED_TRANSIENT
- See Also:
- Constant Field Values
SOURCE_SERVICE_USER
public static final int SOURCE_SERVICE_USER
- See Also:
- Constant Field Values
SOURCE_SERVICE_PROVIDER_ACSE
public static final int SOURCE_SERVICE_PROVIDER_ACSE
- See Also:
- Constant Field Values
SOURCE_SERVICE_PROVIDER_PRES
public static final int SOURCE_SERVICE_PROVIDER_PRES
- See Also:
- Constant Field Values
REASON_NO_REASON_GIVEN
public static final int REASON_NO_REASON_GIVEN
- See Also:
- Constant Field Values
REASON_APP_CTX_NAME_NOT_SUPPORTED
public static final int REASON_APP_CTX_NAME_NOT_SUPPORTED
- See Also:
- Constant Field Values
REASON_CALLING_AET_NOT_RECOGNIZED
public static final int REASON_CALLING_AET_NOT_RECOGNIZED
- See Also:
- Constant Field Values
REASON_CALLED_AET_NOT_RECOGNIZED
public static final int REASON_CALLED_AET_NOT_RECOGNIZED
- See Also:
- Constant Field Values
REASON_PROTOCOL_VERSION_NOT_SUPPORTED
public static final int REASON_PROTOCOL_VERSION_NOT_SUPPORTED
- See Also:
- Constant Field Values
REASON_TEMPORARY_CONGESTION
public static final int REASON_TEMPORARY_CONGESTION
- See Also:
- Constant Field Values
REASON_LOCAL_LIMIT_EXCEEDED
public static final int REASON_LOCAL_LIMIT_EXCEEDED
- See Also:
- Constant Field Values
AAssociateRJ
public AAssociateRJ(int result,
int source,
int reason)
getResult
public final int getResult()
getSource
public final int getSource()
getReason
public final int getReason()
Copyright © 2011 dcm4che. All Rights Reserved.