|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.rioproject.resolver.ResolverException
public class ResolverException
This exception is thrown when there is a problem with the Resolver. This can arise when installation of a provider was not done correctly, or the Resolver fails to resolve an artifact
| Constructor Summary | |
|---|---|
ResolverException()
Constructs an OperationalStringException with no detail message. |
|
ResolverException(String reason)
Constructs an ResolverException with the specified detail message. |
|
ResolverException(String s,
Throwable cause)
Constructs a ResolverException with the specified detail message and optional exception that was raised |
|
| 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 |
|---|
public ResolverException(String s,
Throwable cause)
s - the detail messagecause - the exception that was raisedpublic ResolverException(String reason)
reason - The reason for the exceptionpublic ResolverException()
|
Copyright © Rio Project. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||