org.jboss.remoting
Class HandleCallbackException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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

Constructor Summary
HandleCallbackException(String message)
           
HandleCallbackException(String message, Throwable cause)
           
 
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
 

Constructor Detail

HandleCallbackException

public HandleCallbackException(String message)

HandleCallbackException

public HandleCallbackException(String message,
                               Throwable cause)


Copyright © 2004 JBoss Inc. All Rights Reserved.