org.dcm4che2.net
Class NoPresentationContextException

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

public class NoPresentationContextException
extends java.io.IOException

Exception that is thrown when a presentation context (abstract syntax/transfer syntax combination) cannot be found while negotiating an association.

Since:
Dec 2, 2005
Version:
$Revision: 692 $ $Date: 2006-08-29 05:50:12 +0200 (Tue, 29 Aug 2006) $
Author:
gunter zeilinger(gunterze@gmail.com)
See Also:
Serialized Form

Constructor Summary
NoPresentationContextException(java.lang.String message)
          Constructor.
 
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

NoPresentationContextException

public NoPresentationContextException(java.lang.String message)
Constructor.

Parameters:
message - The exception message.


Copyright © 2011 dcm4che. All Rights Reserved.