Searched refs:detailMessage (Results 1 – 4 of 4) sorted by relevance
389 public AttachmentFailureException(String detailMessage) { in AttachmentFailureException() argument390 super(detailMessage); in AttachmentFailureException()399 public AttachmentFailureException(String detailMessage, Throwable throwable) { in AttachmentFailureException() argument400 super(detailMessage, throwable); in AttachmentFailureException()
32 public AuthException(String detailMessage) { in AuthException() argument33 super(detailMessage); in AuthException()
68 public CacheException(String detailMessage) { in CacheException() argument69 super(detailMessage); in CacheException()
630 public ProvisioningException(String detailMessage) { in ProvisioningException() argument631 super(detailMessage); in ProvisioningException()