Searched refs:AssociationServiceException (Results 1 – 8 of 8) sorted by relevance
22 public class AssociationServiceException extends Exception { class24 public AssociationServiceException(String msg) { in AssociationServiceException() method in AssociationServiceException28 public AssociationServiceException(String msg, Exception e) { in AssociationServiceException() method in AssociationServiceException32 public AssociationServiceException(Exception e) { in AssociationServiceException() method in AssociationServiceException
123 throws AssociationServiceException { in create()125 throw new AssociationServiceException(String.format(MISSING_FIELD_FORMAT_STRING, in create()133 throw new AssociationServiceException("Url is not well formatted.", e); in create()138 throw new AssociationServiceException("Expected scheme to be http or https."); in create()142 throw new AssociationServiceException("The url should not contain user info."); in create()147 throw new AssociationServiceException( in create()
38 throws AssociationServiceException { in create()41 throw new AssociationServiceException(String.format( in create()50 throw new AssociationServiceException("Namespace " + namespace + " is not supported."); in create()
32 public static AbstractAssetMatcher create(String query) throws AssociationServiceException, in create()38 throw new AssociationServiceException(String.format( in create()47 throw new AssociationServiceException( in create()
70 throws AssociationServiceException { in create()72 throw new AssociationServiceException("Relation not well formatted."); in create()82 public static Relation create(@NonNull String relation) throws AssociationServiceException { in create()85 throw new AssociationServiceException("Relation not well formatted."); in create()
70 throws AssociationServiceException { in create()76 throw new AssociationServiceException( in create()
120 throws AssociationServiceException { in create()123 throw new AssociationServiceException(String.format(MISSING_FIELD_FORMAT_STRING, in create()129 throw new AssociationServiceException( in create()138 throw new AssociationServiceException( in create()
47 throws AssociationServiceException, JSONException { in createMatcher()