Package org.ametys.odf
Class NoLiveVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ametys.odf.NoLiveVersionException
- All Implemented Interfaces:
Serializable
Exception telling the content has no live version
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a new NoLiveVersionException.NoLiveVersionException
(String message) Constructs a new NoLiveVersionException with the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoLiveVersionException
public NoLiveVersionException()Constructs a new NoLiveVersionException. -
NoLiveVersionException
Constructs a new NoLiveVersionException with the specified cause.- Parameters:
message
- the cause of the exception.
-