Class UncheckedXMLSecurityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.xml.security.stax.ext.UncheckedXMLSecurityException
All Implemented Interfaces:
Serializable

public class UncheckedXMLSecurityException extends RuntimeException
Unchecked Exception to mark uncaught-exceptions in threads
See Also:
  • Constructor Details

    • UncheckedXMLSecurityException

      public UncheckedXMLSecurityException(String message)
    • UncheckedXMLSecurityException

      public UncheckedXMLSecurityException(String message, Throwable cause)
    • UncheckedXMLSecurityException

      public UncheckedXMLSecurityException(Throwable cause)