jef.disconnection.exceptions
Class DisconnectionFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jef.disconnection.exceptions.DisconnectionFailedException
All Implemented Interfaces:
java.io.Serializable

public class DisconnectionFailedException
extends java.lang.Exception

Exception thrown if a method or field disconnection fails.

Author:
frusso@dev.java.net
See Also:
Serialized Form

Constructor Summary
DisconnectionFailedException(java.lang.String msg)
          Creates a new instance of DisconnectionFailedException
DisconnectionFailedException(java.lang.String msg, java.lang.Throwable root)
           
 
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

DisconnectionFailedException

public DisconnectionFailedException(java.lang.String msg)
Creates a new instance of DisconnectionFailedException


DisconnectionFailedException

public DisconnectionFailedException(java.lang.String msg,
                                    java.lang.Throwable root)