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