java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | javax.security.auth.callback.UnsupportedCallbackException |
Thrown when a CallbackHandler
does not support a particular Callback
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new exception instance and initializes it with just the
unsupported
Callback , but no error message. | |||||||||||
Creates a new exception instance and initializes it with both the
unsupported
Callback and an error message. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the unsupported
Callback that triggered this exception. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
|
Creates a new exception instance and initializes it with just the
unsupported Callback
, but no error message.
callback | the Callback
|
---|
Creates a new exception instance and initializes it with both the
unsupported Callback
and an error message.
callback | the Callback |
---|---|
message | the error message |
Returns the unsupported Callback
that triggered this exception.
Callback