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