- 
- 
Method Summary
- 
Methods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
 
 
- 
- 
Constructor Detail
- 
UnsupportedCallbackExceptionpublic UnsupportedCallbackException(Callback callback,
                                    String msg)Constructs a UnsupportedCallbackException with the specified detail
 message.  A detail message is a String that describes this particular
 exception. 
- Parameters:
- callback- the unrecognized- Callback.
- msg- the detail message.