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

      • LikeException

        public LikeException​(String message)
        Default constructor with message.
        Parameters:
        message - Exception message.
      • LikeException

        public LikeException​(String message,
                             Throwable throwable)
        Constructor with message and parent exception.
        Parameters:
        message - Exception message.
        throwable - Parent exception.