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(String message)
LocationUnavailableException.message - the detail message.public LocationUnavailableException(String message, Throwable cause)
LocationUnavailableException.message - the detail message.cause - the cause of the error.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.