Class SAMLRuntimeException

All Implemented Interfaces:
Serializable

public class SAMLRuntimeException extends RuntimeException
Base class for runtime exceptions.
See Also:
  • Field Details

    • serialVersionUID

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

    • SAMLRuntimeException

      public SAMLRuntimeException()
      Constructor.
    • SAMLRuntimeException

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

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

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