public class UnknownEntityException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
UnknownEntityException()
Creates a new exception indicating that a requested entity does not exist.
|
UnknownEntityException(java.lang.String message)
Creates a new exception with the designated message indicating that a
requested entity does not exist.
|
public UnknownEntityException()
public UnknownEntityException(java.lang.String message)
message - The message for this exception with further information on
the requested entity that does not exist.