org.jboss.remoting
Class HandleCallbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.remoting.HandleCallbackException
- All Implemented Interfaces:
- Serializable
- public class HandleCallbackException
- extends Exception
This exception may be thrown if there is an error in dispatching
the callback to the intended handler.
- Author:
- Tom Elrod
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HandleCallbackException
public HandleCallbackException(String message)
HandleCallbackException
public HandleCallbackException(String message,
Throwable cause)
Copyright © 2004 JBoss Inc. All Rights Reserved.