Package org.xwiki.livedata.livetable
Class LiveDataLivetableException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.livedata.livetable.LiveDataLivetableException
-
- All Implemented Interfaces:
Serializable
@Unstable public class LiveDataLivetableException extends Exception
Livedata Livetable exception.- Since:
- 13.10.4, 14.2RC1
- Version:
- $Id: 9de3a2ea3a62b5f5ce646055314cb909b1e727fd $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LiveDataLivetableException(String message)
Constructs a new LiveData Livetable exception with the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LiveDataLivetableException
public LiveDataLivetableException(String message)
Constructs a new LiveData Livetable exception with the specified detail message.- Parameters:
message
- the detail message
-
-