corelib.services.web.components.mailinglists
Class MailingListException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by corelib.services.web.components.mailinglists.MailingListException
All Implemented Interfaces:
java.io.Serializable

public class MailingListException
extends java.lang.RuntimeException

TODO

Since:
0.4.0
Author:
Alexia Ramaļoli & Dominique Liard
See Also:
Serialized Form

Constructor Summary
MailingListException(java.lang.String message)
          Class constructor.
MailingListException(java.lang.String message, java.lang.Throwable exception)
          Class constructor.
MailingListException(java.lang.Throwable exception)
          Class constructor.
 
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

MailingListException

public MailingListException(java.lang.String message)
Class constructor.

Parameters:
message - The message that describe this exception

MailingListException

public MailingListException(java.lang.Throwable exception)
Class constructor.

Parameters:
exception - The exception that is cause this exception.

MailingListException

public MailingListException(java.lang.String message,
                            java.lang.Throwable exception)
Class constructor.

Parameters:
message - The message that describe this exception
exception - The exception that is cause this exception.


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.