org.dcm4che.net
Class AAssociateRJException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dcm4che.net.AAssociateRJException
All Implemented Interfaces:
java.io.Serializable

public class AAssociateRJException
extends java.lang.Exception

Since:
Aug 21, 2007
Version:
$Revision: 2010 $ $Date: 2005-10-06 21:55:27 +0200 (Thu, 06 Oct 2005) $
Author:
gunter.zeilinger@tiani.com
See Also:
Serialized Form

Constructor Summary
AAssociateRJException(AAssociateRJ aarj)
           
AAssociateRJException(int result, int source, int reason)
           
 
Method Summary
 AAssociateRJ getAAssociateRJ()
           
 
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
 

Constructor Detail

AAssociateRJException

public AAssociateRJException(AAssociateRJ aarj)

AAssociateRJException

public AAssociateRJException(int result,
                             int source,
                             int reason)
Method Detail

getAAssociateRJ

public AAssociateRJ getAAssociateRJ()