Class TopiaVetoException

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

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

    Constructors 
    Constructor Description
    TopiaVetoException()
    Default constructor.
    TopiaVetoException​(java.lang.String message)
    Constructor with message.
    TopiaVetoException​(java.lang.String message, java.lang.Throwable cause)
    Constructor for a wrapped TopiaVetoException over a cause with a message.
    TopiaVetoException​(java.lang.Throwable cause)
    Constructor for a wrapped TopiaVetoException over a cause.
  • Method Summary

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TopiaVetoException

      public TopiaVetoException()
      Default constructor.
    • TopiaVetoException

      public TopiaVetoException​(java.lang.String message)
      Constructor with message.
      Parameters:
      message - exception message
    • TopiaVetoException

      public TopiaVetoException​(java.lang.String message, java.lang.Throwable cause)
      Constructor for a wrapped TopiaVetoException over a cause with a message.
      Parameters:
      message - exception message
      cause - exception cause
    • TopiaVetoException

      public TopiaVetoException​(java.lang.Throwable cause)
      Constructor for a wrapped TopiaVetoException over a cause.
      Parameters:
      cause - exception cause