Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends OcflJavaException
Indicates that a resource was not found
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String message, Throwable cause)
    • NotFoundException

      public NotFoundException(Throwable cause)