Class ResourceProfilesNotEnabledException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.exceptions.YarnException
org.apache.hadoop.yarn.exceptions.ResourceProfilesNotEnabledException
All Implemented Interfaces:
Serializable

public class ResourceProfilesNotEnabledException extends YarnException
This exception is thrown when the client requests information about ResourceProfiles in the ApplicationClientProtocol but resource profiles is not enabled on the RM.
See Also:
  • Constructor Details

    • ResourceProfilesNotEnabledException

      public ResourceProfilesNotEnabledException(Throwable cause)
    • ResourceProfilesNotEnabledException

      public ResourceProfilesNotEnabledException(String message)
    • ResourceProfilesNotEnabledException

      public ResourceProfilesNotEnabledException(String message, Throwable cause)