com.jpackages.jdun
Class LibraryLoadFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jpackages.jdun.LibraryLoadFailedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
JDUNLibraryLoadFailedException, RASLibraryLoadFailedException

public abstract class LibraryLoadFailedException
extends java.lang.Exception

This abstract exception is thrown when a required library fails to load.

Copyright (c) 2001-2007

Author:
JPackages.com
See Also:
Serialized Form

Constructor Summary
LibraryLoadFailedException(java.lang.String message)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LibraryLoadFailedException

public LibraryLoadFailedException(java.lang.String message)