Class YarnConfStoreVersionIncompatibleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.conf.YarnConfStoreVersionIncompatibleException
All Implemented Interfaces:
Serializable

public class YarnConfStoreVersionIncompatibleException extends org.apache.hadoop.yarn.exceptions.YarnException
This exception is thrown by YarnConfigurationStore if it's loading an incompatible persisted schema version.
See Also:
  • Constructor Details

    • YarnConfStoreVersionIncompatibleException

      public YarnConfStoreVersionIncompatibleException(Throwable cause)
    • YarnConfStoreVersionIncompatibleException

      public YarnConfStoreVersionIncompatibleException(String message)
    • YarnConfStoreVersionIncompatibleException

      public YarnConfStoreVersionIncompatibleException(String message, Throwable cause)