Class PluginException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.plugin.PluginException
All Implemented Interfaces:
Serializable

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

    • serialVersionUID

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

    • PluginException

      public PluginException()
      Constructor.
    • PluginException

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

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

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