Class ModuleException

All Implemented Interfaces:
Serializable

@ThreadSafe @Deprecated(forRemoval=true, since="5.0.0") public class ModuleException extends ModuleException
Deprecated, for removal: This API element is subject to removal in a future version.
Module exception class.
Since:
4.1.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Deprecated, for removal: This API element is subject to removal in a future version.
      Serial number.
      See Also:
  • Constructor Details

    • ModuleException

      public ModuleException()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
    • ModuleException

      public ModuleException(@Nullable String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
      Parameters:
      message - exception message
    • ModuleException

      public ModuleException(@Nullable Exception wrappedException)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • ModuleException

      public ModuleException(@Nullable String message, @Nullable Exception wrappedException)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one