Class UncheckedXMLSecurityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UncheckedXMLSecurityException
    extends java.lang.RuntimeException
    Unchecked Exception to mark uncaught-exceptions in threads
    Version:
    $Revision: 1720201 $ $Date: 2015-12-15 18:13:17 +0100 (Tue, 15 Dec 2015) $
    Author:
    $Author: coheigea $
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • UncheckedXMLSecurityException

        public UncheckedXMLSecurityException​(java.lang.String message)
      • UncheckedXMLSecurityException

        public UncheckedXMLSecurityException​(java.lang.String message,
                                             java.lang.Throwable cause)
      • UncheckedXMLSecurityException

        public UncheckedXMLSecurityException​(java.lang.Throwable cause)