public class ContentProviderNotFoundException extends RuntimeException
ContentProvider
was not found in the ContentManager
.Constructor and Description |
---|
ContentProviderNotFoundException(String message,
ContentProviderId contentProviderId)
Creates a new exception with the message and the specified
ContentProviderId from the missing ContentProvider . |
Modifier and Type | Method and Description |
---|---|
ContentProviderId |
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, ContentProviderId contentProviderId)
ContentProviderId
from the missing ContentProvider
.message
- the exception messagecontentProviderId
- the content provider id of the missing content providerpublic ContentProviderId getContentProviderId()
ContentProviderId
of the missing ContentProvider
.Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.