Class InterruptedResolutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.felix.bundlerepository.InterruptedResolutionException
All Implemented Interfaces:
Serializable

public class InterruptedResolutionException extends RuntimeException
Exception thrown by the resolver if the resolution has been interrupted.
See Also:
  • Constructor Details

    • InterruptedResolutionException

      public InterruptedResolutionException()
    • InterruptedResolutionException

      public InterruptedResolutionException(String message)
    • InterruptedResolutionException

      public InterruptedResolutionException(String message, Throwable cause)
    • InterruptedResolutionException

      public InterruptedResolutionException(Throwable cause)