Class IllegalValueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bytedesk.call.mrcp4j.common.MrcpException
com.bytedesk.call.mrcp4j.message.header.IllegalValueException
All Implemented Interfaces:
Serializable

public class IllegalValueException extends MrcpException
Author:
Niels Godfredsen <ngodfredsen@users.sourceforge.net>
See Also:
  • Constructor Details

    • IllegalValueException

      public IllegalValueException()
    • IllegalValueException

      public IllegalValueException(String message)
      Parameters:
      message - the error message
    • IllegalValueException

      public IllegalValueException(String message, Throwable cause)
      Parameters:
      message - the error message
      cause - the root cause for this exception
    • IllegalValueException

      public IllegalValueException(Throwable cause)
      Parameters:
      cause - the root cause for this exception