Class VisualVoiceMailException

  • All Implemented Interfaces:
    java.io.Serializable

    public class VisualVoiceMailException
    extends java.lang.Exception
    implements java.io.Serializable
    Exception representing a visual voicemail message failure.
    See Also:
    Serialized Form
    • Constructor Detail

      • VisualVoiceMailException

        public VisualVoiceMailException​(VisualVoiceMailError error,
                                        int protocolErrorCode,
                                        java.lang.String protocolErrorReason)
      • VisualVoiceMailException

        public VisualVoiceMailException​(java.lang.String detailMessage,
                                        VisualVoiceMailError error,
                                        int protocolErrorCode,
                                        java.lang.String protocolErrorReason)
    • Method Detail

      • getError

        public VisualVoiceMailError getError()
        Returns the visual voicemail error type.
        Returns:
        The visual voicemail error type.
      • getProtocolErrorCode

        public int getProtocolErrorCode()
        Returns the error code from the underlying signaling protocol.
        Returns:
        The error code from the underlying signaling protocol.
      • getProtocolErrorReason

        public java.lang.String getProtocolErrorReason()
        Returns the error reason string from the underlying signaling protocol.
        Returns:
        The error reason string from the underlying signaling protocol.