Class InitializationException

All Implemented Interfaces:
Serializable

public class InitializationException extends RuntimeException
Exception thrown when initialization of Protector components fails.

This exception is typically thrown when required environment variables are missing or authentication with Protegrity services fails during startup.

Since:
1.0.0
See Also:
  • Constructor Details

    • InitializationException

      public InitializationException(String message)
      Constructs a new InitializationException with the specified detail message.

      The message will be prefixed with "Initialization failed: ".

      Parameters:
      message - the detail message describing the initialization failure