org.codehaus.plexus.component.repository.exception
Class ComponentLookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.repository.exception.ComponentLookupException
- All Implemented Interfaces:
- Serializable
public class ComponentLookupException
- extends Exception
The exception which is thrown by a component repository when
the requested component cannot be found.
- Version:
- $Id$
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
Constructor Summary |
ComponentLookupException(String message,
String role,
String roleHint)
|
ComponentLookupException(String message,
String role,
String roleHint,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
|
ComponentLookupException(String message,
String role,
String roleHint,
org.codehaus.plexus.classworlds.realm.ClassRealm realm,
Throwable cause)
|
ComponentLookupException(String message,
String role,
String roleHint,
Throwable cause)
|
ComponentLookupException
public ComponentLookupException(String message,
String role,
String roleHint)
ComponentLookupException
public ComponentLookupException(String message,
String role,
String roleHint,
Throwable cause)
ComponentLookupException
public ComponentLookupException(String message,
String role,
String roleHint,
org.codehaus.plexus.classworlds.realm.ClassRealm realm)
ComponentLookupException
public ComponentLookupException(String message,
String role,
String roleHint,
org.codehaus.plexus.classworlds.realm.ClassRealm realm,
Throwable cause)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2001–2014 Codehaus. All rights reserved.