Package com.github.mike10004.xvfbmanager
Class XvfbException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mike10004.xvfbmanager.XvfbException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DefaultXvfbController.XLockFileChecker.LockFileCheckingException,Screenshooter.ScreenshooterException
public class XvfbException extends RuntimeException
Exception relating to virtual framebuffer management.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XvfbException()Constructs an instance.XvfbException(String message)Constructs an instance with the given message.XvfbException(String message, Throwable cause)Constructs an instance with the given message and cause.XvfbException(Throwable cause)Constructs an instance with the given 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
-
XvfbException
public XvfbException()
Constructs an instance.
-
XvfbException
public XvfbException(String message)
Constructs an instance with the given message.- Parameters:
message- the message
-
XvfbException
public XvfbException(String message, Throwable cause)
Constructs an instance with the given message and cause.- Parameters:
message- the messagecause- the cause
-
XvfbException
public XvfbException(Throwable cause)
Constructs an instance with the given cause.- Parameters:
cause- the cause
-
-