Searched refs:detailMessage (Results 1 – 4 of 4) sorted by relevance
458 public AttachmentFailureException(String detailMessage) { in AttachmentFailureException() argument459 super(detailMessage); in AttachmentFailureException()468 public AttachmentFailureException(String detailMessage, Throwable throwable) { in AttachmentFailureException() argument469 super(detailMessage, throwable); in AttachmentFailureException()
22 public AuthException(String detailMessage) { in AuthException() argument23 super(detailMessage); in AuthException()
32 public AuthException(String detailMessage) { in AuthException() argument33 super(detailMessage); in AuthException()
68 public CacheException(String detailMessage) { in CacheException() argument69 super(detailMessage); in CacheException()