-
- All Implemented Interfaces:
-
java.io.Serializable
public class EntityNotFoundException extends Exception
Exception used when an entity is looked up in the database but it is not found.
-
-
Constructor Summary
Constructors Constructor Description EntityNotFoundException(String message)
Constructor to provide a message.
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
EntityNotFoundException
EntityNotFoundException(String message)
Constructor to provide a message.- Parameters:
message
- Message to inform details about the error.
-
-
-
-