Trispark JDT
2.50.13

com.archimed.dicom.network
Class PduException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.archimed.dicom.network.PduException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbortException

public class PduException
extends java.io.IOException

A PduException is thrown when an error occured during the reading,writing or interpreting of pdu's on an assocation.

Since:
1.50
See Also:
Serialized Form

Constructor Summary
PduException()
           
PduException(java.lang.String message)
           
PduException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PduException

public PduException()

PduException

public PduException(java.lang.String message)

PduException

public PduException(java.lang.Throwable cause)

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.