Class UpdateFeatureLabelException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.avaya.clientservices.call.feature.UpdateFeatureLabelException
-
- All Implemented Interfaces:
java.io.Serializable
public class UpdateFeatureLabelException extends java.lang.ExceptionException representing setPersonalizedLabelForHuntGroup failure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateFeatureLabelException(java.lang.String detailMessage, FeatureLabelError error)Constructs UpdateFeatureLabelException object from specified parameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeatureLabelErrorgetError()
-
-
-
Constructor Detail
-
UpdateFeatureLabelException
public UpdateFeatureLabelException(java.lang.String detailMessage, FeatureLabelError error)Constructs UpdateFeatureLabelException object from specified parameters.- Parameters:
detailMessage- A message that describes the error.error- The set personalized label invocation error.
-
-
Method Detail
-
getError
public FeatureLabelError getError()
- Returns:
- FeatureLabelError type.
-
-