Trispark JDT
2.50.13

com.archimed.dicom.scu
Class RejectException

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

public class RejectException
extends SCUException

See Also:
Serialized Form

Constructor Summary
RejectException(Reject reject)
           
 
Method Summary
 int getReason()
          The reject reason.
 int getResult()
          The reject result.
 int getSource()
          The reject source.
 
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

RejectException

public RejectException(Reject reject)
Method Detail

getResult

public int getResult()
The reject result. One of


getSource

public int getSource()
The reject source. One of


getReason

public int getReason()
The reject reason. One of


Trispark JDT
2.50.13

Copyright © 1999-2008 Trispark. All Rights Reserved.