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

/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/exceptions/
H A DXMLSecurityException.java47 * throw new XMLSecurityException("xml.WrongElement", exArgs);
58 * throw new XMLSecurityException("xml.WrongElement", exArgs, oldEx);
65 public class XMLSecurityException extends Exception { class in inherits:Exception
81 * Constructor XMLSecurityException
84 public XMLSecurityException() { method in class:XMLSecurityException
93 * Constructor XMLSecurityException
97 public XMLSecurityException(String _msgID) { method in class:XMLSecurityException
106 * Constructor XMLSecurityException
111 public XMLSecurityException(String _msgID, Object exArgs[]) { method in class:XMLSecurityException
120 * Constructor XMLSecurityException
124 public XMLSecurityException(Exception _originalException) { method in class:XMLSecurityException
141 public XMLSecurityException(String _msgID, Exception _originalException) { method in class:XMLSecurityException
156 public XMLSecurityException(String _msgID, Object exArgs[], method in class:XMLSecurityException
[all...]

Completed in 80 milliseconds