- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.praxislive.video.pipes.SinkIsFullException
-
- All Implemented Interfaces:
Serializable
public class SinkIsFullException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SinkIsFullException()
Creates a new instance ofSinkIsFullException
without detail message.SinkIsFullException(String msg)
Constructs an instance ofSinkIsFullException
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
-
SinkIsFullException
public SinkIsFullException()
Creates a new instance ofSinkIsFullException
without detail message.
-
SinkIsFullException
public SinkIsFullException(String msg)
Constructs an instance ofSinkIsFullException
with the specified detail message.- Parameters:
msg
- the detail message.
-
-