com.togethersoft.openapi.util
Class VetoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.togethersoft.openapi.util.VetoException

public class VetoException
extends Exception

Is thrown when a proposed change to some object represents an unacceptable value.

Author:
TogetherSoft
Since: Together 4.0

Constructor Summary
VetoException()
          Constructs a VetoException without a message.
VetoException(String vetoMessage)
          Constructs a VetoException with a detailed message.

Methods inherited from class java.lang.Throwable
getMessage, getLocalizedMessage, toString, printStackTrace, printStackTrace, printStackTrace, fillInStackTrace

Methods inherited from class java.lang.Object
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

VetoException

public VetoException()
Constructs a VetoException without a message.

VetoException

public VetoException(String vetoMessage)
Constructs a VetoException with a detailed message.