org.ow2.petals.microkernel.api.jbi.messaging
Class RoutingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jbi.JBIException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messagecause
- 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.