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
- Author:
- Niels Godfredsen <ngodfredsen@users.sourceforge.net>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalValueException(String message) IllegalValueException(String message, Throwable cause) IllegalValueException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalValueException
public IllegalValueException() -
IllegalValueException
- Parameters:
message- the error message
-
IllegalValueException
- Parameters:
message- the error messagecause- the root cause for this exception
-
IllegalValueException
- Parameters:
cause- the root cause for this exception
-