public class SampleRetrievalException extends RuntimeException
| Constructor and Description |
|---|
SampleRetrievalException(String message,
String serviceName,
String sampleId)
Constructs a SampleRetrievalException with the specified message.
|
SampleRetrievalException(String message,
String serviceName,
String sampleId,
Throwable cause)
Constructs a SampleRetrievalException with the specified message and
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SampleRetrievalException(String message, String serviceName, String sampleId)
serviceName - name of source service for samplesampleId - id of sample being retrievedmessage - exception detail messagepublic SampleRetrievalException(String message, String serviceName, String sampleId, Throwable cause)
serviceName - name of source service for samplesampleId - id of sample being retrievedmessage - exception detail messagecause - exception causeCopyright © 2016. All Rights Reserved.