org.apache.servicemix.jbi
Class NotInitialisedYetException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jbi.JBIException
              extended by javax.jbi.messaging.MessagingException
                  extended by org.apache.servicemix.jbi.NotInitialisedYetException
All Implemented Interfaces:
Serializable

public class NotInitialisedYetException
extends javax.jbi.messaging.MessagingException

Thrown if an operation is attempted on the component before it is initialised.

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

Constructor Summary
NotInitialisedYetException()
           
 
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

NotInitialisedYetException

public NotInitialisedYetException()


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