public class LocationUnavailableException extends RuntimeException
Component cannot be provided.| Constructor and Description |
|---|
LocationUnavailableException(String message)
Creates a new
LocationUnavailableException. |
LocationUnavailableException(String message,
Throwable cause)
Creates a new
LocationUnavailableException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LocationUnavailableException(@Nonnull String message)
LocationUnavailableException.message - the detail message.public LocationUnavailableException(@Nonnull String message, @Nonnull Throwable cause)
LocationUnavailableException.message - the detail message.cause - the cause of the error.Copyright © 2014 AssertJ. All rights reserved.