1 package com.atlassian.core.exception; 2 3 import java.io.IOException; 4 5 public class FailedPredicateException extends IOException 6 { 7 }