Package de.aristaflow.ilm.util
Class LockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.aristaflow.ilm.util.IlmException
-
- de.aristaflow.ilm.util.LockException
-
- All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException
,Serializable
public class LockException extends IlmException
- See Also:
LockException
, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description @NotNull String
lockedObject
String
lockOwner
@NotEmpty String
lockType
-
Fields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack
-
-
Constructor Summary
Constructors Constructor Description LockException()
The constructor required for bean deserialisation.LockException(LockException le)
-
Method Summary
-
Methods inherited from class de.aristaflow.ilm.util.IlmException
getCause, getIlmStackTrace, getLocalizedMessage, getLogId, getMessage, getStackTrace, setLogId, setStackTrace, setSuppressStack
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
-
-
-
Constructor Detail
-
LockException
public LockException()
The constructor required for bean deserialisation.
-
LockException
public LockException(@NotNull LockException le)
-
-