java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.praxislive.video.pipes.SourceIsFullException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofSourceIsFullExceptionwithout detail message.Constructs an instance ofSourceIsFullExceptionwith 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 Details
-
SourceIsFullException
public SourceIsFullException()Creates a new instance ofSourceIsFullExceptionwithout detail message. -
SourceIsFullException
Constructs an instance ofSourceIsFullExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-