Class ModuleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.espirit.firstspirit.server.module.ModuleException
All Implemented Interfaces:
Serializable

public class ModuleException extends RuntimeException
Module related runtime exception.
Since:
5.1.103
See Also:
  • Constructor Details

    • ModuleException

      public ModuleException(@NotNull @NotNull String message)
      Creates a module exception with the given detail message.
      Parameters:
      message - detailed information about the exception.
      Since:
      5.1.103
    • ModuleException

      public ModuleException(@NotNull @NotNull String message, @Nullable @Nullable Throwable cause)
      Creates a module exception with the given detail message and cause.
      Parameters:
      message - detailed information about the exception.
      cause - that leads to this exception.
      Since:
      5.1.103