java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.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 classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
callback
private Callback callback
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.
getCallback
public Callback getCallback()
- Get the unrecognized Callback.