com.jpackages.jdun
Class RASLibraryLoadFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.jpackages.jdun.LibraryLoadFailedException
              extended by com.jpackages.jdun.RASLibraryLoadFailedException
All Implemented Interfaces:
java.io.Serializable

public class RASLibraryLoadFailedException
extends LibraryLoadFailedException

This exception is thrown when the RAS library fails to load.

The RAS library should be present on any windows system that has at least one dial-up entry.

Copyright (c) 2001-2007

Author:
JPackages.com
See Also:
Serialized Form

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

RASLibraryLoadFailedException

public RASLibraryLoadFailedException()