biz.hammurapi.util
Class DispatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by biz.hammurapi.RuntimeException
                  extended by biz.hammurapi.util.DispatchException
All Implemented Interfaces:
java.io.Serializable

public class DispatchException
extends RuntimeException

Version:
$Revision: 1.1 $
Author:
Pavel Vlasov
See Also:
Serialized Form

Constructor Summary
DispatchException()
           
DispatchException(java.lang.String message)
           
DispatchException(java.lang.String message, java.lang.Throwable cause)
           
DispatchException(java.lang.Throwable cause)
           
 
Method Summary
 
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

DispatchException

public DispatchException()

DispatchException

public DispatchException(java.lang.String message)
Parameters:
message -

DispatchException

public DispatchException(java.lang.String message,
                         java.lang.Throwable cause)
Parameters:
message -
cause -

DispatchException

public DispatchException(java.lang.Throwable cause)
Parameters:
cause -


Copyright © 2003 Hammurapi Group. All Rights Reserved.