Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends UserRoleDaoException
Thrown when no object exists with the given identifier.
Author:
mlowery
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String msg)
    • NotFoundException

      public NotFoundException(String msg, Throwable t)