public class ContentProviderNotFoundException extends RuntimeException
Exception which is thrown when the ContentProvider
was not found in the ContentManager
.
Constructor and Description |
---|
ContentProviderNotFoundException(String message,
String contentProviderId)
Creates a new exception with the message and the specified ContentProviderId from the missing
ContentProvider . |
Modifier and Type | Method and Description |
---|---|
String |
getContentProviderId()
Returns the ContentProviderId of the missing
ContentProvider . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ContentProviderNotFoundException(String message, String contentProviderId)
Creates a new exception with the message and the specified ContentProviderId from the missing ContentProvider
.
message
- the exception messagecontentProviderId
- the content provider id of the missing content providerpublic String getContentProviderId()
Returns the ContentProviderId of the missing ContentProvider
.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.