Searched defs:XMLSecurityRuntimeException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/exceptions/
H A DXMLSecurityRuntimeException.java42 public class XMLSecurityRuntimeException class in inherits:RuntimeException
56 * Constructor XMLSecurityRuntimeException
59 public XMLSecurityRuntimeException() { method in class:XMLSecurityRuntimeException
68 * Constructor XMLSecurityRuntimeException
72 public XMLSecurityRuntimeException(String _msgID) { method in class:XMLSecurityRuntimeException
81 * Constructor XMLSecurityRuntimeException
86 public XMLSecurityRuntimeException(String _msgID, Object exArgs[]) { method in class:XMLSecurityRuntimeException
95 * Constructor XMLSecurityRuntimeException
99 public XMLSecurityRuntimeException(Exception _originalException) { method in class:XMLSecurityRuntimeException
111 * Constructor XMLSecurityRuntimeException
116 public XMLSecurityRuntimeException(String _msgID, Exception _originalException) { method in class:XMLSecurityRuntimeException
131 public XMLSecurityRuntimeException(String _msgID, Object exArgs[], method in class:XMLSecurityRuntimeException
[all...]

Completed in 87 milliseconds