Package org.exoplatform.onlyoffice
Class BadParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.onlyoffice.OnlyofficeEditorException
org.exoplatform.onlyoffice.BadParameterException
- All Implemented Interfaces:
Serializable
Created by The eXo Platform SAS.
- Version:
- $Id: BadParameterException.java 00000 Feb 16, 2016 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadParameterException(String message) Instantiates a new bad parameter exception.BadParameterException(String message, Throwable cause) Instantiates a new bad parameter exception.BadParameterException(Throwable cause) Instantiates a new bad parameter 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
-
BadParameterException
Instantiates a new bad parameter exception.- Parameters:
message- the message
-
BadParameterException
Instantiates a new bad parameter exception.- Parameters:
cause- the cause
-
BadParameterException
Instantiates a new bad parameter exception.- Parameters:
message- the messagecause- the cause
-