Trispark JDT
2.50.13

com.archimed.dicom.scu
Class SCUException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.archimed.dicom.scu.SCUException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbortException, RejectException

public class SCUException
extends java.lang.Exception

High level exception thrown during the association setup, DIMSE message exchange or association release. SCUExceptions will sometimes contain an underlying exception.

See Also:
Serialized Form

Constructor Summary
SCUException()
           
SCUException(java.lang.String message)
           
SCUException(java.lang.String message, java.lang.Throwable cause)
           
SCUException(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

SCUException

public SCUException()

SCUException

public SCUException(java.lang.String message)

SCUException

public SCUException(java.lang.String message,
                    java.lang.Throwable cause)

SCUException

public SCUException(java.lang.Throwable cause)

Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.