Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.legacyapi.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:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
      Deprecated.
    • NotFoundException

      public NotFoundException(String message)
      Deprecated.
    • NotFoundException

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

      public NotFoundException(Throwable cause)
      Deprecated.