|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.cau.cs.kieler.kwebs.client.layout.ServiceUnavailableException
public class ServiceUnavailableException
.
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 |
---|
public ServiceUnavailableException()
public ServiceUnavailableException(String message)
message
- the messagepublic ServiceUnavailableException(Throwable throwable)
throwable
- a throwable to be enclosed by this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |