public class PrimaryKeyNotFoundException extends RuntimeException
| Constructor and Description |
|---|
PrimaryKeyNotFoundException()
Creates the default instance of this exception.
|
PrimaryKeyNotFoundException(String message)
Creates an instance of the exception using the specified message.
|
PrimaryKeyNotFoundException(String message,
Throwable cause)
Creates a new instance of the exception using both the specified message
and cause.
|
PrimaryKeyNotFoundException(Throwable cause)
Creates an instance of the exception using the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PrimaryKeyNotFoundException()
public PrimaryKeyNotFoundException(String message)
message - The message of the exception.public PrimaryKeyNotFoundException(Throwable cause)
cause - The cause of this exception.Copyright © 2013. All rights reserved.