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
public class NoLiveVersionException extends RuntimeException
Exception telling the content has no live version- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoLiveVersionException()
Constructs 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 Detail
-
NoLiveVersionException
public NoLiveVersionException()
Constructs a new NoLiveVersionException.
-
NoLiveVersionException
public NoLiveVersionException(String message)
Constructs a new NoLiveVersionException with the specified cause.- Parameters:
message
- the cause of the exception.
-
-