net.sf.bus
Class MessageBusNotFoundException

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

public class MessageBusNotFoundException
extends NestedException

Indicates that a Message Bus provider was not located in the classpath, or an error occurred during provider instantiation

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

Constructor Summary
MessageBusNotFoundException()
          Construct an empty exception
MessageBusNotFoundException(java.lang.String message)
          Construct an exception with a message
MessageBusNotFoundException(java.lang.String message, java.lang.Throwable nested)
          Construct an exception with a nested exception and a message
MessageBusNotFoundException(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

MessageBusNotFoundException

public MessageBusNotFoundException()
Construct an empty exception

MessageBusNotFoundException

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

MessageBusNotFoundException

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

MessageBusNotFoundException

public MessageBusNotFoundException(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..