com.ibm.dse.services.wosa
Class DSEDLLNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.services.wosa.DSEDLLNotFoundException

public class DSEDLLNotFoundException
extends java.lang.Exception

The DSEDLLNotFoundException class throws an exception when a DLL file cannot be loaded.

See Also:
Serialized Form

Constructor Summary
DSEDLLNotFoundException(java.lang.String s)
          This constructor creates a DSEDLLNotFoundException object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DSEDLLNotFoundException

public DSEDLLNotFoundException(java.lang.String s)
This constructor creates a DSEDLLNotFoundException object.