Package org.xwiki.like
Class LikeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.like.LikeException
-
- All Implemented Interfaces:
Serializable
public class LikeException extends Exception
Generic exception for Like module.- Since:
- 12.7RC1
- Version:
- $Id: 025fccc817ff7b96ef3f81e58747bc293b9980f1 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LikeException(String message)
Default constructor with message.LikeException(String message, Throwable throwable)
Constructor with message and parent 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
-
LikeException
public LikeException(String message)
Default constructor with message.- Parameters:
message
- Exception message.
-
-