public class UnavailableIdException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
UnavailableIdException()
Constructs an exception with no message and no underlying cause.
|
UnavailableIdException(java.lang.String message)
Constructs an exception with the specified message.
|
UnavailableIdException(java.lang.String message,
java.lang.Throwable cause)
Constructs an exception with the specified message and the underlying cause.
|
public UnavailableIdException()
public UnavailableIdException(java.lang.String message)
message - the message describing the specific nature of the errorpublic UnavailableIdException(java.lang.String message,
java.lang.Throwable cause)
message - the message describing the specific nature of the errorcause - the underlying cause of this error