org.nuiton.topia
Class TopiaVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.nuiton.topia.TopiaVetoException
All Implemented Interfaces:
Serializable

public class TopiaVetoException
extends RuntimeException

TODO-FD20100507 : Need javadoc. Created: 5 janv. 2006 00:47:51

Version:
$Id: TopiaVetoException.java 1933 2010-05-07 12:54:09Z fdesbois $
Author:
poussin
See Also:
Serialized Form

Constructor Summary
TopiaVetoException()
          Default constructor.
TopiaVetoException(String message)
          Constructor with message.
TopiaVetoException(String message, Throwable cause)
          Constructor for a wrapped TopiaVetoException over a cause with a message.
TopiaVetoException(Throwable cause)
          Constructor for a wrapped TopiaVetoException over a 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

TopiaVetoException

public TopiaVetoException()
Default constructor.


TopiaVetoException

public TopiaVetoException(String message)
Constructor with message.

Parameters:
message - exception message

TopiaVetoException

public TopiaVetoException(String message,
                          Throwable cause)
Constructor for a wrapped TopiaVetoException over a cause with a message.

Parameters:
message - exception message
cause - exception cause

TopiaVetoException

public TopiaVetoException(Throwable cause)
Constructor for a wrapped TopiaVetoException over a cause.

Parameters:
cause - exception cause


Copyright © 2004-2010 CodeLutin. All Rights Reserved.