|
||||||||||
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.LocalServiceException
public class LocalServiceException
.
Constructor Summary | |
---|---|
LocalServiceException()
Default constructor. |
|
LocalServiceException(String message)
Constructor with message. |
|
LocalServiceException(String message,
Throwable throwable)
Constructor for enclosing another throwable with an additional message. |
|
LocalServiceException(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 LocalServiceException()
public LocalServiceException(String message)
message
- the messagepublic LocalServiceException(Throwable throwable)
throwable
- a throwable to be enclosed by this exceptionpublic LocalServiceException(String message, Throwable throwable)
message
- the message to be added.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 |