Class VolumeProvisioningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.server.volume.csi.exception.VolumeException
org.apache.hadoop.yarn.server.volume.csi.exception.VolumeProvisioningException
All Implemented Interfaces:
Serializable

public class VolumeProvisioningException extends VolumeException
Exception throws when volume provisioning is failed.
See Also:
  • Constructor Details

    • VolumeProvisioningException

      public VolumeProvisioningException(String message)
    • VolumeProvisioningException

      public VolumeProvisioningException(String message, Exception e)