bexee.core
Class DispatcherException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bybexee.core.DispatcherException
All Implemented Interfaces:
java.io.Serializable

public class DispatcherException
extends java.lang.Exception

This class is used to indicate that something went wrong when trying to dispatch an inbound message to the ProcessController.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:10 $
Author:
Patric Fornasier, Pawel Kowalski
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
DispatcherException(java.lang.String message)
          Create a new DispatcherException with a message string.
DispatcherException(java.lang.String message, java.lang.Throwable cause)
          Create a new DispatcherException with a message string and a Throwable cause.
DispatcherException(java.lang.Throwable cause)
          Create a new DispatcherException with cause Throwable.
 
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

DispatcherException

public DispatcherException(java.lang.String message)
Create a new DispatcherException with a message string.

Parameters:
message -

DispatcherException

public DispatcherException(java.lang.String message,
                           java.lang.Throwable cause)
Create a new DispatcherException with a message string and a Throwable cause.

Parameters:
message -
cause -

DispatcherException

public DispatcherException(java.lang.Throwable cause)
Create a new DispatcherException with cause Throwable.

Parameters:
cause -


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.