de.cau.cs.kieler.kwebs
Class RemoteServiceException

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

public class RemoteServiceException
extends RuntimeException

.

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

Constructor Summary
RemoteServiceException()
          Default constructor.
RemoteServiceException(String message)
          Constructor with message.
RemoteServiceException(String message, Throwable throwable)
          Constructor for enclosing another throwable with an additional message.
RemoteServiceException(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

RemoteServiceException

public RemoteServiceException()
Default constructor.


RemoteServiceException

public RemoteServiceException(String message)
Constructor with message.

Parameters:
message - the message

RemoteServiceException

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

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

RemoteServiceException

public RemoteServiceException(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