de.miethxml.toolkit.wizard.event
Class VetoException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byde.miethxml.toolkit.wizard.event.VetoException
All Implemented Interfaces:
java.io.Serializable

public class VetoException
extends java.lang.Exception

Author:
Simon Mieth
See Also:
Serialized Form

Constructor Summary
VetoException()
           
VetoException(java.lang.String message)
           
VetoException(java.lang.String message, java.lang.Throwable cause)
           
VetoException(java.lang.Throwable cause)
           
 
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

VetoException

public VetoException()

VetoException

public VetoException(java.lang.String message)
Parameters:
message -

VetoException

public VetoException(java.lang.Throwable cause)
Parameters:
cause -

VetoException

public VetoException(java.lang.String message,
                     java.lang.Throwable cause)
Parameters:
message -
cause -