Class KeyResolverException

All Implemented Interfaces:
Serializable

public class KeyResolverException extends XMLSecurityException
See Also:
  • Constructor Details

    • KeyResolverException

      public KeyResolverException()
      Constructor KeyResolverException
    • KeyResolverException

      public KeyResolverException(Exception ex)
    • KeyResolverException

      public KeyResolverException(String msgID)
      Constructor KeyResolverException
      Parameters:
      msgID -
    • KeyResolverException

      public KeyResolverException(String msgID, Object[] exArgs)
      Constructor KeyResolverException
      Parameters:
      msgID -
      exArgs -
    • KeyResolverException

      public KeyResolverException(Exception originalException, String msgID)
      Constructor KeyResolverException
      Parameters:
      originalException -
      msgID -
    • KeyResolverException

      @Deprecated public KeyResolverException(String msgID, Exception originalException)
      Deprecated.
    • KeyResolverException

      public KeyResolverException(Exception originalException, String msgID, Object[] exArgs)
      Constructor KeyResolverException
      Parameters:
      originalException -
      msgID -
      exArgs -
    • KeyResolverException

      @Deprecated public KeyResolverException(String msgID, Object[] exArgs, Exception originalException)
      Deprecated.