Class IsParentOfNotFoundException

    • Constructor Detail

      • IsParentOfNotFoundException

        public IsParentOfNotFoundException​(String message)
        Instantiates a new checks if is parent of not found exception.
        Parameters:
        message - the message
      • IsParentOfNotFoundException

        public IsParentOfNotFoundException​(Throwable cause)
        Instantiates a new checks if is parent of not found exception.
        Parameters:
        cause - the cause
      • IsParentOfNotFoundException

        public IsParentOfNotFoundException​(String message,
                                           Throwable cause)
        Instantiates a new checks if is parent of not found exception.
        Parameters:
        message - the message
        cause - the cause