org.dicom4j.network.association
Class AssociationClosedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dicom4j.dicom.DicomException
              extended by org.dicom4j.network.association.AssociationException
                  extended by org.dicom4j.network.association.AssociationClosedException
All Implemented Interfaces:
Serializable

public class AssociationClosedException
extends AssociationException

Association Closed Exception

Since:
0.0.6
Author:
Laurent Lecomte
See Also:
Serialized Form

Constructor Summary
AssociationClosedException(Association association, Exception exception)
           
AssociationClosedException(Association association, String message)
           
 
Method Summary
 
Methods inherited from class org.dicom4j.network.association.AssociationException
getAssociation
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssociationClosedException

public AssociationClosedException(Association association,
                                  Exception exception)

AssociationClosedException

public AssociationClosedException(Association association,
                                  String message)


Copyright © 2009 dicom4j. All Rights Reserved.