org.dcm4che.net
Class PDUException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.dcm4che.net.PDUException
All Implemented Interfaces:
java.io.Serializable

public class PDUException
extends java.io.IOException

Version:
1.0.0
Author:
gunter zeilinger
See Also:
Serialized Form

Constructor Summary
PDUException(java.lang.String msg, AAbort abort)
          Constructs an instance of PDUException with the specified detail message and corresponding A-Abort PDU.
PDUException(java.lang.String msg, java.lang.Throwable cause, AAbort abort)
          Constructs a new throwable with the specified detail message and cause and corresponding A-Abort PDU.
 
Method Summary
 AAbort getAAbort()
          Returns corresponding A-Abort PDU.
 
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(java.lang.String msg,
                    AAbort abort)
Constructs an instance of PDUException with the specified detail message and corresponding A-Abort PDU.

Parameters:
msg - the detail message.
abort - corresponding A-Abort PDU.

PDUException

public PDUException(java.lang.String msg,
                    java.lang.Throwable cause,
                    AAbort abort)
Constructs a new throwable with the specified detail message and cause and corresponding A-Abort PDU.

Parameters:
msg - the detail message.
cause - the cause.
abort - corresponding A-Abort PDU.
Method Detail

getAAbort

public final AAbort getAAbort()
Returns corresponding A-Abort PDU.

Returns:
corresponding A-Abort PDU.