Package org.ametys.runtime.data
Class AmetysHomeLockException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.ametys.runtime.data.AmetysHomeLockException
-
- All Implemented Interfaces:
Serializable
public class AmetysHomeLockException extends Exception
Exception related to lock management for Ametys home.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmetysHomeLockException(String message)
Constructs a new exception with the specified detail message.AmetysHomeLockException(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.AmetysHomeLockException(Throwable cause)
Constructs a new exception with the specified 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
-
AmetysHomeLockException
AmetysHomeLockException(String message)
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message.
-
AmetysHomeLockException
AmetysHomeLockException(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.- Parameters:
message
- the detail message.cause
- the cause.
-
AmetysHomeLockException
AmetysHomeLockException(Throwable cause)
Constructs a new exception with the specified cause.- Parameters:
cause
- the specified cause.
-
-