Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends ServiceException
Исключительная ситуация "Объект не найден"
Since:
15.01.2015 18:05
Author:
V.Skorykh
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(Class clazz, Long objectId)
    • NotFoundException

      public NotFoundException(Class clazz, String objectId)
  • Method Details

    • getObjectName

      public String getObjectName()
    • getObjectId

      public String getObjectId()