org.apache.servicemix.jbi
Class RuntimeJBIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.servicemix.jbi.RuntimeJBIException
All Implemented Interfaces:
Serializable

public class RuntimeJBIException
extends RuntimeException

A runtime exception caused by some error when interacting with the JBI container

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

Constructor Summary
RuntimeJBIException(javax.jbi.JBIException cause)
           
 
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

RuntimeJBIException

public RuntimeJBIException(javax.jbi.JBIException cause)
Parameters:
cause -


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.