EntityNotFoundException Class
- public class EntityNotFoundException
extends ApplicationException
Application exception to signify that a requested ConfigurableEntity
could not be found in the database.
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
EntityNotFoundException
-
All Implemented Interfaces
-
Serializable
-
Direct Known Subclasses
-
CustomerNotFoundException
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityNotFoundException
public EntityNotFoundException()
EntityNotFoundException
public EntityNotFoundException(String
message,
Throwable
t)
- Constructor
EntityNotFoundException
public EntityNotFoundException(String
message)
- Constructor
EntityNotFoundException
public EntityNotFoundException(Throwable
t)
- Constructor