Package org.fest.swing.exception
Class ScreenLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.swing.exception.ScreenLockException
- All Implemented Interfaces:
Serializable
Understands an error thrown when acquiring or releasing a
ScreenLock
.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ScreenLockException
Creates a new
.ScreenLockException
- Parameters:
message
- the detail message.
-