org.nuiton.wikitty
Class WikittyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuiton.wikitty.WikittyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WikittyObsoleteException

public class WikittyException
extends RuntimeException

Wikitty exception.

Version:
$Revision: 1136 $ Last update: $Date: 2011-08-12 16:24:03 +0200 (Fri, 12 Aug 2011) $ by : $Author: tchemit $
Author:
poussin
See Also:
Serialized Form

Constructor Summary
WikittyException(String message)
           
WikittyException(String message, Throwable cause)
           
WikittyException(Throwable cause)
          Deprecated. 
 
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

WikittyException

public WikittyException(String message)

WikittyException

@Deprecated
public WikittyException(Throwable cause)
Deprecated. 

TODO EC20100921 add message with cause use WikittyException(String, Throwable)


WikittyException

public WikittyException(String message,
                        Throwable cause)


Copyright © 2009-2012 CodeLutin. All Rights Reserved.