org.dicom4j.network
Class DicomNetworkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dicom4j.dicom.DicomException
              extended by org.dicom4j.network.DicomNetworkException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DimseException, ProtocolDataUnitException

public class DicomNetworkException
extends DicomException

Exception from network packages

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

Constructor Summary
DicomNetworkException(String msg)
           
DicomNetworkException(String arg0, Throwable arg1)
           
 
Method Summary
 
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

DicomNetworkException

public DicomNetworkException(String msg)

DicomNetworkException

public DicomNetworkException(String arg0,
                             Throwable arg1)


Copyright © 2009 dicom4j. All Rights Reserved.