public class SequenceNotFoundException extends RuntimeException
| Constructor and Description |
|---|
SequenceNotFoundException(String id)
Initializes the exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the name (id) of the requested sequence.
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SequenceNotFoundException(String id)
id - Name (id) of the requested sequence.public String getId()
public String getMessage()
getMessage in class ThrowableCopyright © 2014. All rights reserved.