Class VolumeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.server.volume.csi.exception.VolumeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidVolumeException,VolumeProvisioningException
public class VolumeException
extends org.apache.hadoop.yarn.exceptions.YarnException
Base class for all volume related exceptions.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVolumeException(String message) VolumeException(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VolumeException
-
VolumeException
-