Class TopiaVetoException

All Implemented Interfaces:
Serializable

public class TopiaVetoException extends TopiaException
Exception thrown when something went wrong during event firing Created: 5 janv. 2006 00:47:51
Author:
Benjamin 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