net.sf.derquinsej.hib3.seq
Class SequenceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.derquinsej.hib3.seq.SequenceNotFoundException
- All Implemented Interfaces:
- Serializable
public class SequenceNotFoundException
- extends RuntimeException
Exception thrown when a sequence is not found by name.
- Author:
- Andres Rodriguez
- See Also:
- Serialized Form
SequenceNotFoundException
public SequenceNotFoundException(String id)
- Initializes the exception.
- Parameters:
id - Name (id) of the requested sequence.
getId
public String getId()
- Returns the name (id) of the requested sequence.
- Returns:
- The name (id) of the requested sequence.
getMessage
public String getMessage()
- Overrides:
getMessage in class Throwable
Copyright © 2011. All Rights Reserved.