Class WriteLockException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.owasp.dependencycheck.exception.WriteLockException
- All Implemented Interfaces:
Serializable
An exception used when trying to obtain a lock on a resource.
- Author:
- Jeremy Long
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new WriteLockException.WriteLockException(String msg) Creates a new WriteLockException.WriteLockException(String msg, Throwable ex) Creates a new WriteLockException.Creates a new WriteLockException. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WriteLockException
public WriteLockException()Creates a new WriteLockException. -
WriteLockException
Creates a new WriteLockException.- Parameters:
msg- a message for the exception.
-
WriteLockException
Creates a new WriteLockException.- Parameters:
ex- the cause of the exception.
-
WriteLockException
-