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, toStringpublic 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 ThrowableCopyright © 2001–2019 Codehaus Plexus. All rights reserved.