org.codehaus.plexus.component.repository.exception

Class ComponentLookupException

public class ComponentLookupException extends Exception

The exception which is thrown by a component repository when the requested component cannot be found.

Version: $Id: ComponentLookupException.java 6987 2007-10-22 19:13:01Z jvanzyl $

Author: Jason van Zyl

Field Summary
StringLS
ClassRealmrealm
Stringrole
StringroleHint
Constructor Summary
ComponentLookupException(String message, String role, String roleHint, ClassRealm realm)
ComponentLookupException(String message, String role, String roleHint, ClassRealm realm, Throwable cause)
Method Summary
StringgetMessage()

Field Detail

LS

private String LS

realm

private ClassRealm realm

role

private String role

roleHint

private String roleHint

Constructor Detail

ComponentLookupException

public ComponentLookupException(String message, String role, String roleHint, ClassRealm realm)

ComponentLookupException

public ComponentLookupException(String message, String role, String roleHint, ClassRealm realm, Throwable cause)

Method Detail

getMessage

public String getMessage()