org.xwiki.component.manager
Class ProviderLookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xwiki.component.manager.ProviderLookupException
All Implemented Interfaces:
Serializable

public class ProviderLookupException
extends Exception

Raised during provider lookup when an error happens.

Version:
$Id: 5890df74b2a0f57f47e29750a38d29c67fbe1321 $
See Also:
ComponentManager.getInstance(java.lang.reflect.Type), Serialized Form

Constructor Summary
ProviderLookupException(String message)
           
ProviderLookupException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProviderLookupException

public ProviderLookupException(String message)
Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.

ProviderLookupException

public ProviderLookupException(String message,
                               Throwable cause)
Parameters:
message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method.
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)


Copyright © 2004-2013 XWiki. All Rights Reserved.