Top Fields Constructors Methods
com.sun.org.apache.xml.internal.security.keys.keyresolver

public Class KeyResolverException

extends XMLSecurityException
Class Inheritance
Imports
com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException

Field Summary

Modifier and TypeField and Description
private static final long
Inherited from com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException:
msgID

Constructor Summary

AccessConstructor and Description
public
KeyResolverException()

Constructor KeyResolverException

public
public
KeyResolverException(String msgID)

Constructor KeyResolverException

public
KeyResolverException(String msgID, Object[] exArgs)

Constructor KeyResolverException

public
KeyResolverException(Exception originalException, String msgID)

Constructor KeyResolverException

public
KeyResolverException(String msgID, Exception originalException)
Deprecated

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

Constructor KeyResolverException

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

Method Summary

Inherited from com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException:
getMsgIDgetOriginalExceptionprintStackTracetoString

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides com.sun.org.apache.xml.internal.security.exceptions.XMLSecurityException.serialVersionUID.

Constructor Detail

KeyResolverExceptionback to summary
public KeyResolverException()

Constructor KeyResolverException

KeyResolverExceptionback to summary
public KeyResolverException(Exception ex)
KeyResolverExceptionback to summary
public KeyResolverException(String msgID)

Constructor KeyResolverException

KeyResolverExceptionback to summary
public KeyResolverException(String msgID, Object[] exArgs)

Constructor KeyResolverException

KeyResolverExceptionback to summary
public KeyResolverException(Exception originalException, String msgID)

Constructor KeyResolverException

KeyResolverExceptionback to summary
public KeyResolverException(String msgID, Exception originalException)

Deprecated

Annotations
@Deprecated
KeyResolverExceptionback to summary
public KeyResolverException(Exception originalException, String msgID, Object[] exArgs)

Constructor KeyResolverException

KeyResolverExceptionback to summary
public KeyResolverException(String msgID, Object[] exArgs, Exception originalException)

Deprecated

Annotations
@Deprecated