org.dicom4j.network.association
Class AssociationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dicom4j.dicom.DicomException
org.dicom4j.network.association.AssociationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AssociationClosedException
public class AssociationException
- extends DicomException
Association related exceptions
- Since:
- 0.1
- Author:
- Laurent Lecomte
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AssociationException
public AssociationException(Association association,
String message)
AssociationException
public AssociationException(Association association,
Exception exception)
- creates a new
Exception
- Parameters:
association - the related associationexception - the initial exception
getAssociation
public Association getAssociation()
- return the related association
- Returns:
Copyright © 2009 dicom4j. All Rights Reserved.