cz.vity.freerapid.core.tasks.exceptions
Class NoAvailableConnection

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by cz.vity.freerapid.core.tasks.exceptions.NoAvailableConnection
All Implemented Interfaces:
Serializable

public class NoAvailableConnection
extends Exception

Author:
Ladislav Vitasek
See Also:
Serialized Form

Constructor Summary
NoAvailableConnection()
           
NoAvailableConnection(String message)
           
NoAvailableConnection(String message, Throwable cause)
           
NoAvailableConnection(Throwable cause)
           
 
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

NoAvailableConnection

public NoAvailableConnection()

NoAvailableConnection

public NoAvailableConnection(String message)

NoAvailableConnection

public NoAvailableConnection(String message,
                             Throwable cause)

NoAvailableConnection

public NoAvailableConnection(Throwable cause)