org.objectweb.speedo.api
Class SpeedoConcurrentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.objectweb.speedo.api.SpeedoException
                    |
                    +--org.objectweb.speedo.api.SpeedoConcurrentException
All Implemented Interfaces:
java.io.Serializable

public class SpeedoConcurrentException
extends SpeedoException

Author:
Y. Devaux
See Also:
Serialized Form

Fields inherited from class org.objectweb.speedo.api.SpeedoException
nestedException
 
Constructor Summary
SpeedoConcurrentException()
           
SpeedoConcurrentException(java.lang.Exception nested)
           
SpeedoConcurrentException(java.lang.String s)
           
SpeedoConcurrentException(java.lang.String s, java.lang.Exception nested)
           
 
Methods inherited from class org.objectweb.speedo.api.SpeedoException
getNestedException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpeedoConcurrentException

public SpeedoConcurrentException()

SpeedoConcurrentException

public SpeedoConcurrentException(java.lang.String s)

SpeedoConcurrentException

public SpeedoConcurrentException(java.lang.Exception nested)

SpeedoConcurrentException

public SpeedoConcurrentException(java.lang.String s,
                                 java.lang.Exception nested)