Class BadParameterException

All Implemented Interfaces:
Serializable

public class BadParameterException extends OnlyofficeEditorException
Created by The eXo Platform SAS.
Version:
$Id: BadParameterException.java 00000 Feb 16, 2016 pnedonosko $
Author:
Peter Nedonosko
See Also:
  • Constructor Details

    • BadParameterException

      public BadParameterException(String message)
      Instantiates a new bad parameter exception.
      Parameters:
      message - the message
    • BadParameterException

      public BadParameterException(Throwable cause)
      Instantiates a new bad parameter exception.
      Parameters:
      cause - the cause
    • BadParameterException

      public BadParameterException(String message, Throwable cause)
      Instantiates a new bad parameter exception.
      Parameters:
      message - the message
      cause - the cause