ShrinkWrap Resolver API 2.0.0-alpha-1

org.jboss.shrinkwrap.resolver.api
Class ResolutionException

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
All Implemented Interfaces:
Serializable

public class ResolutionException
extends RuntimeException

Signals a failure during resolution of ResolutionElements.

Author:
Karel Piwko
See Also:
Serialized Form

Constructor Summary
ResolutionException(String message)
           
ResolutionException(String message, Throwable cause)
           
ResolutionException(Throwable cause)
           
 
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

ResolutionException

public ResolutionException(String message)
Parameters:
message -

ResolutionException

public ResolutionException(Throwable cause)
Parameters:
cause -

ResolutionException

public ResolutionException(String message,
                           Throwable cause)
Parameters:
message -
cause -

ShrinkWrap Resolver API 2.0.0-alpha-1

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