Thrown to indicate that the User,Role,Group or Permission that
was requested does not exist.
author: Rafal Krzewski author: Henning P. Schmiedehausen version: $Id: UnknownEntityException.java 534527 2007-05-02 16:10:59Z tv $
Construct an UnknownEntityException with specified detail message
and nested Throwable.
Parameters: msg - The detail message. Parameters: nested - the exception or error that caused this exceptionto be thrown.