Package org.ametys.core.migration
Class NotMigrableInSafeModeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.core.migration.MigrationException
org.ametys.core.migration.NotMigrableInSafeModeException
- All Implemented Interfaces:
Serializable
Exception that occured during an automatic migration : a specific migration can not be done, but the global process should continue.
- See Also:
-
Constructor Summary
ConstructorDescriptionNotMigrableInSafeModeException
(String message) Constructs a new exception with the specified detail message.NotMigrableInSafeModeException
(String message, Throwable cause) Constructs a new exception with the specified detail message and 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 Details
-
NotMigrableInSafeModeException
Constructs a new exception with the specified detail message.- Parameters:
message
- the detail message.
-
NotMigrableInSafeModeException
Constructs a new exception with the specified detail message and cause.- Parameters:
message
- the detail message.cause
- the cause.
-
NotMigrableInSafeModeException
Constructs a new exception with the specified cause.- Parameters:
cause
- the specified cause.
-