org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions
Class MismatchedUserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.PlanningException
org.apache.hadoop.yarn.server.resourcemanager.reservation.exceptions.MismatchedUserException
- All Implemented Interfaces:
- Serializable
@InterfaceAudience.Public
@InterfaceStability.Unstable
public class MismatchedUserException
- extends PlanningException
Exception thrown when an update to an existing reservation is performed
by a user that is not the reservation owner.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MismatchedUserException
public MismatchedUserException(String message)
MismatchedUserException
public MismatchedUserException(Throwable cause)
MismatchedUserException
public MismatchedUserException(String message,
Throwable cause)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.