Package com.sun.xml.wss.impl
Class XWSSecurityRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sun.xml.wss.impl.XWSSecurityRuntimeException
-
- All Implemented Interfaces:
Serializable
public class XWSSecurityRuntimeException extends RuntimeException
- Author:
- XWS-Security Development Team
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XWSSecurityRuntimeException(String message)
XWSSecurityRuntimeException(String message, Throwable cause)
XWSSecurityRuntimeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-