Class PromptSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.prompt.service.PromptSerializationException
- All Implemented Interfaces:
Serializable
Exception thrown when there is an error during the serialization or deserialization of prompt configurations.
- Since:
- 8.5.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPromptSerializationException(String message) Constructs a new prompt serialization exception with the specified detail message.PromptSerializationException(String message, Throwable cause) Constructs a new prompt serialization exception with the specified detail message and cause.Constructs a new prompt serialization exception with the specified cause. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PromptSerializationException
Constructs a new prompt serialization exception with the specified detail message.- Parameters:
message- the detail message.
-
PromptSerializationException
-
PromptSerializationException
Constructs a new prompt serialization exception with the specified cause.- Parameters:
cause- the cause of the exception.
-