Package de.xima.fc.exceptions
Class CouldNotLockFormRecordException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- de.xima.fc.exceptions.CouldNotLockFormRecordException
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class CouldNotLockFormRecordException extends Exception
Indicates that a form record could not be locked- Since:
 - 6.6.13, 7.0.5
 - Author:
 - XIMA Media GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CouldNotLockFormRecordException(String message)CouldNotLockFormRecordException(String message, Throwable cause)CouldNotLockFormRecordException(Throwable 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
- 
CouldNotLockFormRecordException
public CouldNotLockFormRecordException(String message)
 
- 
CouldNotLockFormRecordException
public CouldNotLockFormRecordException(String message, Throwable cause)
 
- 
CouldNotLockFormRecordException
public CouldNotLockFormRecordException(Throwable cause)
 
 - 
 
 -