com.mycila.junit.concurrent
Class ConcurrentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.mycila.junit.concurrent.ConcurrentException
All Implemented Interfaces:
Serializable

public final class ConcurrentException
extends RuntimeException

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)
See Also:
Serialized Form

Method Summary
 Throwable unwrap()
           
static ConcurrentException wrap(Throwable t)
           
 
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
 

Method Detail

unwrap

public Throwable unwrap()

wrap

public static ConcurrentException wrap(Throwable t)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.