com.agfa.hap.sdo.implementation
Class SdoImplementationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.agfa.hap.sdo.implementation.SdoImplementationException
All Implemented Interfaces:
java.io.Serializable

public class SdoImplementationException
extends java.lang.RuntimeException

Thrown when something went wrong in the sdo implementation.

Author:
AMOCZ
See Also:
Serialized Form

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

SdoImplementationException

public SdoImplementationException()

SdoImplementationException

public SdoImplementationException(java.lang.String message)

SdoImplementationException

public SdoImplementationException(java.lang.Throwable cause)

SdoImplementationException

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


Copyright © 2007. All Rights Reserved.