org.mule.streaming
Class ClosedConsumerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mule.streaming.ClosedConsumerException
All Implemented Interfaces:
Serializable

public class ClosedConsumerException
extends RuntimeException

Exception to signal that a consumer you're trying to access is already closed

Since:
3.5.0
See Also:
Serialized Form

Constructor Summary
ClosedConsumerException()
           
ClosedConsumerException(String message)
           
 
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

ClosedConsumerException

public ClosedConsumerException()

ClosedConsumerException

public ClosedConsumerException(String message)


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.