net.sf.bus
Class MessageBusException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sf.bus.util.NestedException
                    |
                    +--net.sf.bus.MessageBusException
All Implemented Interfaces:
java.io.Serializable

public class MessageBusException
extends NestedException

Base class for all Message Bus exceptions.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Constructor Summary
MessageBusException()
          Construct an empty exception
MessageBusException(java.lang.String message)
          Construct an exception with a message
MessageBusException(java.lang.String message, java.lang.Throwable nested)
          Construct an exception with a nested exception and a message
MessageBusException(java.lang.Throwable nested)
          Construct an exception with a nested exception
 
Methods inherited from class net.sf.bus.util.NestedException
getNestedException, hasNestedException, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageBusException

public MessageBusException()
Construct an empty exception

MessageBusException

public MessageBusException(java.lang.Throwable nested)
Construct an exception with a nested exception
Parameters:
nested - the nested exception

MessageBusException

public MessageBusException(java.lang.String message)
Construct an exception with a message
Parameters:
message - the message

MessageBusException

public MessageBusException(java.lang.String message,
                           java.lang.Throwable nested)
Construct an exception with a nested exception and a message
Parameters:
message - the message
nested - the nested exception


This code may be freely distributed and modified under the terms of the GNU Lesser General Public Licence..