Class VetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--VetoException

public class VetoException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
VetoException()
           
VetoException(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 s)