org.apache.servicemix.nmr.api
Class ServiceMixException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.servicemix.nmr.api.ServiceMixException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbortedException

public class ServiceMixException
extends java.lang.RuntimeException

Base class for ServiceMix exception

Since:
4.0
Version:
$Revision: $
See Also:
Serialized Form

Constructor Summary
ServiceMixException()
           
ServiceMixException(java.lang.String message)
           
ServiceMixException(java.lang.String message, java.lang.Throwable cause)
           
ServiceMixException(java.lang.Throwable 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

ServiceMixException

public ServiceMixException()

ServiceMixException

public ServiceMixException(java.lang.String message)

ServiceMixException

public ServiceMixException(java.lang.Throwable cause)

ServiceMixException

public ServiceMixException(java.lang.String message,
                           java.lang.Throwable cause)


Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.