public class ComponentLookupException extends Exception
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ComponentLookupException(String message, String role, String roleHint)
public ComponentLookupException(String message, String role, String roleHint, Throwable cause)
public ComponentLookupException(String message, String role, String roleHint, org.codehaus.plexus.classworlds.realm.ClassRealm realm)
public String getMessage()
getMessage
in class Throwable
Copyright © 2001–2019 Codehaus Plexus. All rights reserved.