de.cau.cs.kieler.kwebs.client.layout
Class ServiceUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.cau.cs.kieler.kwebs.client.layout.ServiceUnavailableException

public class ServiceUnavailableException
extends RuntimeException

.

Rating red

Constructor Summary
ServiceUnavailableException()
          Default constructor.
ServiceUnavailableException(String message)
          Constructor with a message.
ServiceUnavailableException(Throwable throwable)
          Constructor for enclosing another throwable.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceUnavailableException

public ServiceUnavailableException()
Default constructor.


ServiceUnavailableException

public ServiceUnavailableException(String message)
Constructor with a message.

Parameters:
message - the message

ServiceUnavailableException

public ServiceUnavailableException(Throwable throwable)
Constructor for enclosing another throwable.

Parameters:
throwable - a throwable to be enclosed by this exception