Class PromptSerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.prompt.service.PromptSerializationException
All Implemented Interfaces:
Serializable

public final class PromptSerializationException extends Exception
Exception thrown when there is an error during the serialization or deserialization of prompt configurations.
Since:
8.5.0
See Also:
  • Constructor Details

    • PromptSerializationException

      public PromptSerializationException(String message)
      Constructs a new prompt serialization exception with the specified detail message.
      Parameters:
      message - the detail message.
    • PromptSerializationException

      public PromptSerializationException(String message, Throwable cause)
      Constructs a new prompt serialization exception with the specified detail message and cause.
      Parameters:
      message - the detail message.
      cause - the cause of the exception.
    • PromptSerializationException

      public PromptSerializationException(Throwable cause)
      Constructs a new prompt serialization exception with the specified cause.
      Parameters:
      cause - the cause of the exception.