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
public class CallArgumentException extends CallInfoException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CallArgumentException(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 Detail
-
CallArgumentException
public CallArgumentException(String message, Throwable cause)
Instantiates a new wrong value exception.- Parameters:
message- the messagecause- the cause
-
CallArgumentException
public CallArgumentException(String message)
Instantiates a new wrong value exception.- Parameters:
message- the message
-
-