Class KeyStoreCrypto.CustomWSSecurityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.xml.security.exceptions.XMLSecurityException
org.apache.wss4j.common.ext.WSSecurityException
org.frankframework.soap.KeyStoreCrypto.CustomWSSecurityException
All Implemented Interfaces:
Serializable
Enclosing class:
KeyStoreCrypto

public static final class KeyStoreCrypto.CustomWSSecurityException extends org.apache.wss4j.common.ext.WSSecurityException
This implementation does not use a LOCALE and therefor does not rely on either org/apache/xml/security/resource/xmlsecurity_en.properties or a JVM default com/sun/org/apache/xml/internal/security/resource/xmlsecurity_en.properties.
Author:
Niels Meijer
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.wss4j.common.ext.WSSecurityException

    org.apache.wss4j.common.ext.WSSecurityException.ErrorCode
  • Field Summary

    Fields inherited from class org.apache.wss4j.common.ext.WSSecurityException

    FAILED_AUTHENTICATION, FAILED_AUTHENTICATION_ERR, FAILED_CHECK, FAILED_CHECK_ERR, INVALID_SECURITY, INVALID_SECURITY_ERR, INVALID_SECURITY_TOKEN, INVALID_SECURITY_TOKEN_ERR, MESSAGE_EXPIRED, MESSAGE_EXPIRED_ERR, NS_WSSE10, SECURITY_ERROR, SECURITY_TOKEN_UNAVAILABLE, SECURITY_TOKEN_UNAVAILABLE_ERR, UNIFIED_SECURITY_ERR, UNSUPPORTED_ALGORITHM, UNSUPPORTED_ALGORITHM_ERR, UNSUPPORTED_SECURITY_TOKEN, UNSUPPORTED_TOKEN_ERR

    Fields inherited from class org.apache.xml.security.exceptions.XMLSecurityException

    msgID
  • Constructor Summary

    Constructors
    Constructor
    Description
     
     
  • Method Summary

    Methods inherited from class org.apache.wss4j.common.ext.WSSecurityException

    getErrorCode, getFaultCode, getSafeExceptionMessage, getSafeFaultCode

    Methods inherited from class org.apache.xml.security.exceptions.XMLSecurityException

    getMsgID, getOriginalException, printStackTrace, toString

    Methods inherited from class Object

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

    • CustomWSSecurityException

      public CustomWSSecurityException(String message)
    • CustomWSSecurityException

      public CustomWSSecurityException(String message, Exception exception)