Class NotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NotFoundException
    extends AppException
    Thrown when required operation has failed due to the related entity not found.
    See Also:
    Serialized Form
    • Constructor Detail

      • NotFoundException

        public NotFoundException​(@Nullable
                                 java.lang.String message,
                                 @Nullable
                                 java.lang.Throwable cause,
                                 @NonNull
                                 NotFoundException.Reason reason,
                                 @Nullable
                                 java.lang.String httpBody)