org.objectweb.speedo.api
Class SpeedoRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.objectweb.speedo.api.SpeedoRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class SpeedoRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 java.lang.Throwable[] causes
           
 
Constructor Summary
SpeedoRuntimeException()
           
SpeedoRuntimeException(java.lang.String message)
           
SpeedoRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
SpeedoRuntimeException(java.lang.String message, java.lang.Throwable[] causes)
           
SpeedoRuntimeException(java.lang.Throwable cause)
           
 
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
 

Field Detail

causes

public java.lang.Throwable[] causes
Constructor Detail

SpeedoRuntimeException

public SpeedoRuntimeException()

SpeedoRuntimeException

public SpeedoRuntimeException(java.lang.String message)

SpeedoRuntimeException

public SpeedoRuntimeException(java.lang.Throwable cause)

SpeedoRuntimeException

public SpeedoRuntimeException(java.lang.String message,
                              java.lang.Throwable cause)

SpeedoRuntimeException

public SpeedoRuntimeException(java.lang.String message,
                              java.lang.Throwable[] causes)