org.dicom4j.network.dimse
Class DimseException

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
                  extended by org.dicom4j.network.dimse.DimseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DimseMessageDecoderException, DimseMessageEncoderException

public class DimseException
extends DicomNetworkException

Base Exception for org.dicom4j.dimse.* packages

Author:
Laurent Lecomte
See Also:
Serialized Form

Constructor Summary
DimseException(String msg)
           
DimseException(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

DimseException

public DimseException(String msg)

DimseException

public DimseException(String arg0,
                      Throwable arg1)


Copyright © 2009 dicom4j. All Rights Reserved.