ShrinkWrap Resolver API 2.0.0-alpha-3

org.jboss.shrinkwrap.resolver.api
Class NoResolvedResultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.shrinkwrap.resolver.api.ResolutionException
                  extended by org.jboss.shrinkwrap.resolver.api.NoResolvedResultException
All Implemented Interfaces:
Serializable

public class NoResolvedResultException
extends ResolutionException

Indicates that an error was encountered while attempting to obtain a single result during resolution via FormatStage, but no artifact was resolved.

Author:
Andrew Lee Rubinger
See Also:
Serialized Form

Constructor Summary
NoResolvedResultException(String message)
          Creates a new instance with the specified message
 
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

NoResolvedResultException

public NoResolvedResultException(String message)
Creates a new instance with the specified message

Parameters:
message -

ShrinkWrap Resolver API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.