It's basically "any SecurityException you have" or, literally, anything that subclasses Exception. If you have your own exception, throw it. Whatever you throw will be caught and wrapped in a WSSecurityException and rethrown.
Dan On Mon March 23 2009 5:07:30 pm Glen Mazza wrote: > Hello, this page[1], within one of the ServerPasswordCallbacks, uses a > class called "SecurityException" -- what Java package is SecurityException > in? > > Thanks, > Glen > > [1] > http://cwiki.apache.org/CXF20DOC/ws-security.html#WS-Security-UsernameToken >Authentication -- Daniel Kulp [email protected] http://www.dankulp.com/blog
