Device solutions
End to end solutions
Product accelerators
Get Started
APIs
IoT Devices
Version 1.10 - Updated on 05/04/2017
public class SearchException extends ThingSpaceException
Generic exception class for all exceptions thrown from inside Search api call.
public SearchException(final Exception exception)
Constructor using a root cause exception.
exception
public SearchException(final ErrorCode code)
Create a new exception defined by the provided code.
code
public SearchException(final ErrorCode code, final String message)
message
@Override public String getMessage()
Gets an error message.
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.