Rio Project 4.2 API Documentation



org.rioproject.resolver
Class ResolverException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.rioproject.resolver.ResolverException
All Implemented Interfaces:
Serializable

public class ResolverException
extends Exception

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

Author:
Dennis Reedy
See Also:
Serialized Form

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

ResolverException

public ResolverException(String s,
                         Throwable cause)
Constructs a ResolverException with the specified detail message and optional exception that was raised

Parameters:
s - the detail message
cause - the exception that was raised

ResolverException

public ResolverException(String reason)
Constructs an ResolverException with the specified detail message.

Parameters:
reason - The reason for the exception

ResolverException

public ResolverException()
Constructs an OperationalStringException with no detail message.


Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.