Package org.exoplatform.webconferencing
Class CallArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.webconferencing.WebConferencingException
org.exoplatform.webconferencing.CallInfoException
org.exoplatform.webconferencing.CallArgumentException
- All Implemented Interfaces:
Serializable
Indicates that call parameter is wrong (for creation or update).
Created by The eXo Platform SAS.
- Version:
- $Id: CallArgumentException.java 00000 Dec 28, 2017 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCallArgumentException(String message) Instantiates a new wrong value exception.CallArgumentException(String message, Throwable cause) Instantiates a new wrong value exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CallArgumentException
Instantiates a new wrong value exception.- Parameters:
message- the messagecause- the cause
-
CallArgumentException
Instantiates a new wrong value exception.- Parameters:
message- the message
-