Package org.apache.xml.security.stax.ext
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- Version:
- $Revision: 1720201 $ $Date: 2015-12-15 18:13:17 +0100 (Tue, 15 Dec 2015) $
- Author:
- $Author: coheigea $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedXMLSecurityException(String message)
UncheckedXMLSecurityException(String message, Throwable cause)
UncheckedXMLSecurityException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-