de.cau.cs.kieler.kwebs
Class LocalServiceException

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.LocalServiceException

public class LocalServiceException
extends RuntimeException

.

Rating proposed yellow
(2011-08-02) reviewed by ckru, mri, msp

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

LocalServiceException

public LocalServiceException()
Default constructor.


LocalServiceException

public LocalServiceException(String message)
Constructor with message.

Parameters:
message - the message

LocalServiceException

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

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

LocalServiceException

public LocalServiceException(String message,
                             Throwable throwable)
Constructor for enclosing another throwable with an additional message.

Parameters:
message - the message to be added.
throwable - a throwable to be enclosed by this exception