org.ow2.petals.microkernel.api.jbi.messaging
Class RoutingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jbi.JBIException
              extended by org.ow2.petals.microkernel.api.jbi.messaging.RoutingException
All Implemented Interfaces:
Serializable

public class RoutingException
extends javax.jbi.JBIException

Author:
Adrien LOUIS - EBM WebSourcing
See Also:
Serialized Form

Constructor Summary
RoutingException(String message)
          the default contructor.
RoutingException(String message, Throwable cause)
          Constructor.
RoutingException(Throwable cause)
          Constructor.
 
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

RoutingException

public RoutingException(String message)
the default contructor.

Parameters:
message - the error message

RoutingException

public RoutingException(String message,
                        Throwable cause)
Constructor.

Parameters:
message - the error message
cause - the cause of the error

RoutingException

public RoutingException(Throwable cause)
Constructor.

Parameters:
cause - the cause of the error


Copyright © 2005-2015 Linagora. All Rights Reserved.