org.dishevelled.observable.event
Class SortedSetChangeVetoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dishevelled.observable.event.SortedSetChangeVetoException
All Implemented Interfaces:
Serializable

public class SortedSetChangeVetoException
extends Exception
implements Serializable

Exception thrown in the event a sorted set change is vetoed by a VetoableSortedSetChangeListener.

Version:
$Revision$ $Date$
Author:
Michael Heuer
See Also:
Serialized Form

Constructor Summary
SortedSetChangeVetoException()
          Create a new sorted set change veto exception.
SortedSetChangeVetoException(String message)
          Create a new sorted set change veto exception with the specified error 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

SortedSetChangeVetoException

public SortedSetChangeVetoException()
Create a new sorted set change veto exception.


SortedSetChangeVetoException

public SortedSetChangeVetoException(String message)
Create a new sorted set change veto exception with the specified error message.

Parameters:
message - error message


Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).