CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.manager.util
Class ChangeVetoedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.intland.codebeamer.manager.util.ChangeVetoedException
All Implemented Interfaces:
java.io.Serializable

public class ChangeVetoedException
extends java.lang.Exception

Checked exception to be thrown by the Manager classes when a change was vetoed by some listener.

See Also:
Serialized Form

Constructor Summary
ChangeVetoedException(java.lang.String message)
          Constructs a new exception with the specified detail message.
 
Method Summary
 
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

ChangeVetoedException

public ChangeVetoedException(java.lang.String message)
Constructs a new exception with the specified detail message. The detail message will be primarily shown in the UI as a warning message.


CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.