Class InvalidKeyResolverException

    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidKeyResolverException

        public InvalidKeyResolverException()
        Constructor InvalidKeyResolverException
      • InvalidKeyResolverException

        public InvalidKeyResolverException​(java.lang.String msgID)
        Constructor InvalidKeyResolverException
        Parameters:
        msgID -
      • InvalidKeyResolverException

        public InvalidKeyResolverException​(java.lang.String msgID,
                                           java.lang.Object[] exArgs)
        Constructor InvalidKeyResolverException
        Parameters:
        msgID -
        exArgs -
      • InvalidKeyResolverException

        public InvalidKeyResolverException​(java.lang.Exception originalException,
                                           java.lang.String msgID)
        Constructor InvalidKeyResolverException
        Parameters:
        originalException -
        msgID -
      • InvalidKeyResolverException

        @Deprecated
        public InvalidKeyResolverException​(java.lang.String msgID,
                                           java.lang.Exception originalException)
        Deprecated.
      • InvalidKeyResolverException

        public InvalidKeyResolverException​(java.lang.Exception originalException,
                                           java.lang.String msgID,
                                           java.lang.Object[] exArgs)
        Constructor InvalidKeyResolverException
        Parameters:
        originalException -
        msgID -
        exArgs -
      • InvalidKeyResolverException

        @Deprecated
        public InvalidKeyResolverException​(java.lang.String msgID,
                                           java.lang.Object[] exArgs,
                                           java.lang.Exception originalException)
        Deprecated.