Class TopiaVetoException

All Implemented Interfaces:
Serializable

public class TopiaVetoException extends RuntimeException
TODO-FD20100507 : Need javadoc. Created: 5 janv. 2006 00:47:51
Version:
$Id$
Author:
poussin <poussin@codelutin.com>
See Also:
  • Constructor Details

    • 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