Class 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 Detail

      • CallArgumentException

        public CallArgumentException​(String message,
                                     Throwable cause)
        Instantiates a new wrong value exception.
        Parameters:
        message - the message
        cause - the cause
      • CallArgumentException

        public CallArgumentException​(String message)
        Instantiates a new wrong value exception.
        Parameters:
        message - the message