org.apache.camel.util.concurrent
Class AtomicException

java.lang.Object
  extended by java.util.concurrent.atomic.AtomicReference<Exception>
      extended by org.apache.camel.util.concurrent.AtomicException
All Implemented Interfaces:
Serializable

public class AtomicException
extends AtomicReference<Exception>

Convenience class for holding an Exception in a thread-safe way

See Also:
Serialized Form

Constructor Summary
AtomicException()
           
 
Method Summary
 
Methods inherited from class java.util.concurrent.atomic.AtomicReference
compareAndSet, get, getAndSet, lazySet, set, toString, weakCompareAndSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AtomicException

public AtomicException()


Apache CAMEL