Coalevo Logo

net.coalevo.discussion.model
Class DiscussionServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.coalevo.discussion.model.DiscussionServiceException
All Implemented Interfaces:
java.io.Serializable

public class DiscussionServiceException
extends java.lang.Exception

Exception thrown when an error occurs in an action of the discussion service.

Version:
1.0.0 (10/02/2009)
Author:
Dieter Wimberger (wimpi)
See Also:
Serialized Form

Constructor Summary
DiscussionServiceException()
           
DiscussionServiceException(java.lang.String message)
           
DiscussionServiceException(java.lang.String message, java.lang.Throwable cause)
           
DiscussionServiceException(java.lang.Throwable cause)
           
 
Method Summary
 
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

DiscussionServiceException

public DiscussionServiceException()

DiscussionServiceException

public DiscussionServiceException(java.lang.Throwable cause)

DiscussionServiceException

public DiscussionServiceException(java.lang.String message,
                                  java.lang.Throwable cause)

DiscussionServiceException

public DiscussionServiceException(java.lang.String message)

Coalevo Logo

(c) 2004-2009 VFI (http://www.vfi.or.at)