Package com.bytedesk.call.mrcp4j.common
Class MrcpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.bytedesk.call.mrcp4j.common.MrcpException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IllegalValueException,MrcpInvocationException
Base class for all MRCP4J exception types.
- Author:
- Niels Godfredsen <ngodfredsen@users.sourceforge.net>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMrcpException(String message) MrcpException(String message, Throwable cause) MrcpException(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
-
MrcpException
public MrcpException() -
MrcpException
- Parameters:
message- the error message
-
MrcpException
- Parameters:
message- the error messagecause- the root cause for this exception
-
MrcpException
- Parameters:
cause- the root cause for this exception
-