Class LivestreamNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
vn.edu.uit.csbu.software_design.software_design_backend.livestream.LivestreamNotFoundException
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Livestream not found exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LivestreamNotFoundException
public LivestreamNotFoundException()Instantiates a new Livestream not found exception.
-