Class ResolverHookException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResolverHookException
    extends java.lang.RuntimeException
    A runtime exception thrown by a resolver to indicate that a resolver hook threw an unexpected exception and the resolve operation terminated.
    Since:
    3.7
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolverHookException​(java.lang.String message, java.lang.Throwable cause)
      Constructs a new resolver hook exception.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • ResolverHookException

        public ResolverHookException​(java.lang.String message,
                                     java.lang.Throwable cause)
        Constructs a new resolver hook exception.
        Parameters:
        message - the message of the exception
        cause - the cause of the exception