File
Doc
Category
Size
Date
Package
WSTrustException.java
API Doc
Example
2318
Tue May 29 16:56:30 BST 2007
com.sun.xml.ws.api.security.trust
WSTrustException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class WSTrustException extends Exception
A General WS-Trust Implementation Exception
Fields Summary
Constructors Summary
public WSTrustException
(
String
msg,
Throwable
cause)
super(msg,cause);
public WSTrustException
(
String
msg)
super(msg);
Methods Summary
Java Code Source