public class MeasurementListSizeExceededException extends Exception
| Constructor and Description |
|---|
MeasurementListSizeExceededException()
Default Constructor.
|
MeasurementListSizeExceededException(String message) |
MeasurementListSizeExceededException(String message,
Throwable cause) |
MeasurementListSizeExceededException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MeasurementListSizeExceededException()
public MeasurementListSizeExceededException(String message, Throwable cause)
message - A String message about the exception.cause - The Throwable cause of the exception.public MeasurementListSizeExceededException(String message)
message - A String message about the exception.public MeasurementListSizeExceededException(Throwable cause)
cause - The Throwable cause of the exception.Copyright © 2015 Collaborative Software Development Laboratory. All rights reserved.