public class UnavailableIdException extends RuntimeException
| Constructor and Description | 
|---|
UnavailableIdException()
Constructs an exception with no message and no underlying cause. 
 | 
UnavailableIdException(String message)
Constructs an exception with the specified message. 
 | 
UnavailableIdException(String message,
                      Throwable cause)
Constructs an exception with the specified message and the underlying cause. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnavailableIdException()
public UnavailableIdException(String message)
message - the message describing the specific nature of the error