public class SequentialIdGeneratorException extends Exception
SequentialIdGenerator.| Constructor and Description |
|---|
SequentialIdGeneratorException()
Constructs the exception without specifying further information.
|
SequentialIdGeneratorException(Exception exception)
Constructs the exception using the supplied exception that cause the
generation of the next sequential ID to fail.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SequentialIdGeneratorException()
public SequentialIdGeneratorException(Exception exception)
exception - Exception that cause the generation of the next
sequential ID to fail.Copyright © 2008–2017. All rights reserved.