Class NotFoundException

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class NotFoundException
    extends RuntimeException
    Deprecated.
    since 7.0.1 , use NotFoundException
    Exception thrown when you attempt to perform an operation that is not permitted. This will normally be thrown from "edit" operations, view operations should just behave as if the target does not exist.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotFoundException

        public NotFoundException()
        Deprecated.
      • NotFoundException

        public NotFoundException​(String message)
        Deprecated.
      • NotFoundException

        public NotFoundException​(String message,
                                 Throwable cause)
        Deprecated.
      • NotFoundException

        public NotFoundException​(Throwable cause)
        Deprecated.