Class ResolutionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousResolutionException, UnproxyableResolutionException, UnsatisfiedResolutionException

public class ResolutionException extends InjectionException
Indicates a problem relating to typesafe resolution.
Author:
Gavin King
See Also:
  • Constructor Details

    • ResolutionException

      public ResolutionException()
      Creates the exception with no detail message or cause.
    • ResolutionException

      public ResolutionException(String message, Throwable cause)
      Creates the exception with given detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • ResolutionException

      public ResolutionException(String message)
      Creates the exception with given detail message.
      Parameters:
      message - the detail message
    • ResolutionException

      public ResolutionException(Throwable cause)
      Creates the exception with given cause.
      Parameters:
      cause - the cause