public class EmptyOptionalPrimaryKeyException extends IllegalArgumentException
EmptyOptionalPrimaryKeyException class extends on the
IllegalArgumentException for cases where a primary key is defined as
optional and its value is empty.| Constructor and Description |
|---|
EmptyOptionalPrimaryKeyException()
Instantiates a new
EmptyOptionalPrimaryKeyException object. |
EmptyOptionalPrimaryKeyException(String msg)
Instantiates a new
EmptyOptionalPrimaryKeyException object. |
EmptyOptionalPrimaryKeyException(String message,
Throwable cause)
Instantiates a new
EmptyOptionalPrimaryKeyException object. |
EmptyOptionalPrimaryKeyException(Throwable cause)
Instantiates a new
EmptyOptionalPrimaryKeyException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EmptyOptionalPrimaryKeyException()
EmptyOptionalPrimaryKeyException object.public EmptyOptionalPrimaryKeyException(String msg)
EmptyOptionalPrimaryKeyException object.msg - the exception messagepublic EmptyOptionalPrimaryKeyException(Throwable cause)
EmptyOptionalPrimaryKeyException object.cause - the exception causeCopyright (C) 2015-2017 The Helenus Driver Project Authors.