Class PropertySerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pulumi.provider.internal.properties.PropertySerializationException
All Implemented Interfaces:
Serializable

public class PropertySerializationException extends RuntimeException
Exception thrown when a property value cannot be serialized.
See Also:
  • Constructor Details

    • PropertySerializationException

      public PropertySerializationException(String message, String[] path, Class<?> targetType, Throwable cause)
  • Method Details

    • getPath

      public String[] getPath()
    • getTargetType

      public Class<?> getTargetType()