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
public final class ScreenLockException
- extends RuntimeException
Understands an error thrown when acquiring or releasing a ScreenLock
.
- Author:
- Alex Ruiz
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ScreenLockException
public ScreenLockException(String message)
- Creates a new
ScreenLockException
.
- Parameters:
message
- the detail message.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.