com.jpackages.jtray
Class JTrayLibraryLoadFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jpackages.jtray.JTrayLibraryLoadFailedException
All Implemented Interfaces:
java.io.Serializable

public class JTrayLibraryLoadFailedException
extends java.lang.Exception

This exception is thrown when the JTray library (jtray.dll) fails to load.

The library is either not on the library path or is damaged or missing.

Copyright (c) 2001-2008

Author:
JPackages.com
See Also:
Serialized Form

Constructor Summary
JTrayLibraryLoadFailedException()
           
 
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

JTrayLibraryLoadFailedException

public JTrayLibraryLoadFailedException()