Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.security.auth.callback
Class UnsupportedCallbackException  view UnsupportedCallbackException download UnsupportedCallbackException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.security.auth.callback.UnsupportedCallbackException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedCallbackException
extends java.lang.Exception

Signals that a CallbackHandler does not recognize a particular Callback.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private  Callback callback
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
UnsupportedCallbackException(Callback callback)
          Constructs an UnsupportedCallbackException with no detail message.
UnsupportedCallbackException(Callback callback, java.lang.String msg)
          Constructs an UnsupportedCallbackException with the specified detail message.
 
Method Summary
 Callback getCallback()
          Get the unrecognized Callback.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

callback

private Callback callback
Constructor Detail

UnsupportedCallbackException

public UnsupportedCallbackException(Callback callback)
Constructs an UnsupportedCallbackException with no detail message.


UnsupportedCallbackException

public UnsupportedCallbackException(Callback callback,
                                    java.lang.String msg)
Constructs an UnsupportedCallbackException with the specified detail message. A detail message is a java.lang.String that describes this particular exception.

Method Detail

getCallback

public Callback getCallback()
Get the unrecognized Callback.