Class DestroyedComponentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.shibboleth.shared.component.DestroyedComponentException
All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="9.3") public class DestroyedComponentException extends RuntimeException
Deprecated, for removal: This API element is subject to removal in a future version.
Exception thrown if a component has been destroyed and an attempt was made to use it.
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 version UID.
      See Also:
  • Constructor Details

    • DestroyedComponentException

      @Deprecated(forRemoval=true, since="9.3") public DestroyedComponentException()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
    • DestroyedComponentException

      @Deprecated(forRemoval=true, since="9.3") public DestroyedComponentException(Object destroyedComponent)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor. This method constructs the exception message by prepending the output of Object.toString() to the string has been destroyed.
      Parameters:
      destroyedComponent - the component that was destroyed
    • DestroyedComponentException

      @Deprecated(forRemoval=true, since="9.3") public DestroyedComponentException(String message)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
      Parameters:
      message - exception message
    • DestroyedComponentException

      @Deprecated(forRemoval=true, since="9.3") public DestroyedComponentException(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
    • DestroyedComponentException

      @Deprecated(forRemoval=true, since="9.3") public DestroyedComponentException(String message, 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