Class InvalidVolumeException

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.InvalidVolumeException
All Implemented Interfaces:
Serializable

public class InvalidVolumeException extends VolumeException
This exception is thrown when a volume is found not valid.
See Also:
  • Constructor Details

    • InvalidVolumeException

      public InvalidVolumeException(String message)