Uses of Class
org.jomc.sequences.SequencesException

Uses of SequencesException in org.jomc.sequences
 

Subclasses of SequencesException in org.jomc.sequences
Modifier and Type Class and Description
 class CapacityLimitException
          Gets thrown whenever the directories capacity limit has been reached.
 class ConcurrentModificationException
          Gets thrown whenever a sequence is edited or removed using outdated data.
 class SequenceExistsException
          Gets thrown when a sequence is about to be added to a directory although a sequence with the same name already exists.
 class SequenceLimitException
          Gets thrown whenever the next value of a sequence is requested although its maximum value has already been reached.
 class SequenceNotFoundException
          Gets thrown when a sequence is not found for a given name.
 class SequenceVetoException
          Gets thrown whenever illegal sequence information is passed to a method expecting legal sequence data.
 



Copyright © 2005-2010 The JOMC Project. All Rights Reserved.