org.dicom4j.network.protocoldataunit.codec
Class ProtocolDataUnitEncoderException

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.protocoldataunit.ProtocolDataUnitException
                      extended by org.dicom4j.network.protocoldataunit.codec.ProtocolDataUnitEncoderException
All Implemented Interfaces:
Serializable

public class ProtocolDataUnitEncoderException
extends ProtocolDataUnitException

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

Constructor Summary
ProtocolDataUnitEncoderException(String aMessage)
           
ProtocolDataUnitEncoderException(String arg0, Throwable arg1)
           
 
Method Summary
 
Methods inherited from class org.dicom4j.network.protocoldataunit.ProtocolDataUnitException
getReason
 
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

ProtocolDataUnitEncoderException

public ProtocolDataUnitEncoderException(String aMessage)

ProtocolDataUnitEncoderException

public ProtocolDataUnitEncoderException(String arg0,
                                        Throwable arg1)


Copyright © 2009 dicom4j. All Rights Reserved.