Class ModuleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.module.ModuleException
All Implemented Interfaces:
Serializable

@ThreadSafe public class ModuleException extends Exception
Module exception class.
Since:
4.1.0
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serial number.
      See Also:
  • Constructor Details

    • ModuleException

      public ModuleException()
      Constructor.
    • ModuleException

      public ModuleException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • ModuleException

      public ModuleException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • ModuleException

      public ModuleException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one