UnsupportedCallbackException


UnsupportedCallbackException javax.security.auth.callback

Java 1.4 serializable checked

CallbackHandler implementations may throw exceptions of this type from their handle( ) method if a Callback object passed to that method is of an unrecognized or unsupported type. Note that the offending Callback object must be passed to the constructor method.

Figure 19-13. javax.security.auth.callback.UnsupportedCallbackException

 public class  UnsupportedCallbackException  extends Exception {  // Public Constructors  public  UnsupportedCallbackException  (Callback  callback  );        public  UnsupportedCallbackException  (Callback  callback  , String  msg  );  // Public Instance Methods  public Callback  getCallback  ( );   } 

Thrown By

CallbackHandler.handle( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net