Class UnknownEntityException

All Implemented Interfaces:
Serializable

public class UnknownEntityException
extends FulcrumSecurityException
Thrown to indicate that the User,Role,Group or Permission that was requested does not exist.
Version:
$Id: UnknownEntityException.java 1374616 2012-08-18 17:26:07Z tv $
Author:
Rafal Krzewski
See Also:
Serialized Form
  • Constructor Details

    • UnknownEntityException

      public UnknownEntityException​(String msg)
      Construct an UnknownEntityException with specified detail message.
      Parameters:
      msg - The detail message.
    • UnknownEntityException

      public UnknownEntityException​(String msg, Throwable nested)
      Construct an UnknownEntityException with specified detail message and nested Throwable.
      Parameters:
      msg - The detail message.
      nested - the exception or error that caused this exception to be thrown.