de.uka.ipd.consensus.foundation.rating
Class RatingManagerException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.uka.ipd.consensus.foundation.rating.RatingManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RatingManagerDuplicateRatingException, RatingManagerRatingInUseException

public class RatingManagerException
extends Exception

Version:
2006-06-14
Author:
Thomas Much
See Also:
Serialized Form

Constructor Summary
RatingManagerException()
           
RatingManagerException(String message)
           
RatingManagerException(String message, Throwable cause)
           
RatingManagerException(Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RatingManagerException

public RatingManagerException()

RatingManagerException

public RatingManagerException(String message)

RatingManagerException

public RatingManagerException(String message,
                              Throwable cause)

RatingManagerException

public RatingManagerException(Throwable cause)